Skip to content

Commit

Permalink
Merge pull request #11 from KendrickAng/bugfix/default-bond-denom
Browse files Browse the repository at this point in the history
bugfix: app.BondDenom override is unused
  • Loading branch information
yan-wl authored May 22, 2023
2 parents 2a0299b + 6f67386 commit cdf188d
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 cdf188d

Please sign in to comment.