Skip to content

Commit

Permalink
multichain_test: fix modifying sealed config
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Nov 13, 2020
1 parent 47e1aac commit 4e5e107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion multichain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ var _ = Describe("Multichain", func() {
},
func() multichain.Address {
pk := secp256k1.GenPrivKey()
cosmossdk.GetConfig().SetBech32PrefixForAccount("terra", "terrapub")
addr := cosmossdk.AccAddress(pk.PubKey().Address())
return multichain.Address(addr.String())
},
Expand Down

0 comments on commit 4e5e107

Please sign in to comment.