Skip to content

Commit

Permalink
bugfix: app.BondDenom override is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
KendrickAng committed May 22, 2023
1 parent 28cec27 commit 6f67386
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/feather-core/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ func initSDKConfig() {
config.SetBech32PrefixForValidator(app.ValidatorAddressPrefix, app.ValidatorPubKeyPrefix)
config.SetBech32PrefixForConsensusNode(app.ConsensusNodeAddressPrefix, app.ConsensusNodePubKeyPrefix)
config.Seal()

// Set other sdk overrides

// change the default denomination in genesis
sdk.DefaultBondDenom = app.BondDenom
}

0 comments on commit 6f67386

Please sign in to comment.