From 9bd36c519ef3436e97ae8551e185fda3620a6a43 Mon Sep 17 00:00:00 2001 From: Kitipong Sirirueangsakul Date: Sun, 25 Feb 2024 19:47:32 +0700 Subject: [PATCH] fix test --- testing/test_helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_helpers.go b/testing/test_helpers.go index 502e304b8..c92ad7601 100644 --- a/testing/test_helpers.go +++ b/testing/test_helpers.go @@ -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)