From 826548bb66066c120a1e11d388ad43d92a608d61 Mon Sep 17 00:00:00 2001 From: Solovyov1796 Date: Sat, 3 Aug 2024 21:47:26 +0800 Subject: [PATCH] fix test --- cli_test/test_helpers.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli_test/test_helpers.go b/cli_test/test_helpers.go index be1046f8..58f4b75f 100644 --- a/cli_test/test_helpers.go +++ b/cli_test/test_helpers.go @@ -65,8 +65,7 @@ var ( func init() { // set the address prefixes - config := sdk.GetConfig() - app.SetBech32AddressPrefixes(config) + chaincfg.SetSDKConfig() // config.Seal() }