Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Feb 25, 2024
1 parent 1cbc26d commit 9bd36c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (app *TestingApp) GetTxConfig() client.TxConfig {
}

func init() {
bandapp.SetBech32AddressPrefixesAndBip44CoinTypeAndSeal(sdk.GetConfig())
r := rand.New(rand.NewSource(time.Now().Unix()))
Owner = createArbitraryAccount(r)
Treasury = createArbitraryAccount(r)
Expand Down

0 comments on commit 9bd36c5

Please sign in to comment.