Skip to content

Commit

Permalink
modify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erhenglu committed Jan 18, 2021
1 parent fa8a689 commit ac22916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##v0.25.0-binance.24
* [sdk] [\#248](https://github.com/binance-chain/bnc-cosmos-sdk/pull/248) owner transfer
* [sdk] Allow tx send (generate-only) to actually work offline #4234
* [sdk] (iavl) #5276 Fix potential race condition in iavlIterator#Close.
* [store] (iavl) #5276 Fix potential race condition in iavlIterator#Close.
* [sdk] [\#247](https://github.com/binance-chain/bnc-cosmos-sdk/pull/247) Fix failack payload
* [sdk] [\#251](https://github.com/binance-chain/bnc-cosmos-sdk/pull/251) change minimum length to 2
* [sdk] [\#252](https://github.com/binance-chain/bnc-cosmos-sdk/pull/252) Fix Fee compatibility issue
Expand Down
2 changes: 1 addition & 1 deletion x/paramHub/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
TimeLockFee = 1e6
TimeUnlockFee = 1e6
TimeRelockFee = 1e6
TransferOwnershipFee = 1e6 // TODO
TransferOwnershipFee = 1e6

SetAccountFlagsFee = 1e8

Expand Down

0 comments on commit ac22916

Please sign in to comment.