Skip to content

Commit

Permalink
fix: export genesis tracks reserves (#1650)
Browse files Browse the repository at this point in the history
* fix: export genesis tracks reserves

* changelog
  • Loading branch information
toteki authored Dec 7, 2022
1 parent 663399b commit 36f103f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Fixes

- [1650](https://github.com/umee-network/umee/pull/1650) Fixes bug with reserves in ExportGenesis
- [1642](https://github.com/umee-network/umee/pull/1642) Added missing CLI for QueryBadDebts
- [1633](https://github.com/umee-network/umee/pull/1633) Increases price calculation precision for high exponent assets.

Expand Down
1 change: 1 addition & 0 deletions x/leverage/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func NewGenesisState(
Registry: tokens,
AdjustedBorrows: adjustedBorrows,
Collateral: collateral,
Reserves: reserves,
LastInterestTime: lastInterestTime,
BadDebts: badDebts,
InterestScalars: interestScalars,
Expand Down

0 comments on commit 36f103f

Please sign in to comment.