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() }