diff --git a/app/upgrades/v8/upgrades_test.go b/app/upgrades/v8/upgrades_test.go index bd06750e5fe..460c4909527 100644 --- a/app/upgrades/v8/upgrades_test.go +++ b/app/upgrades/v8/upgrades_test.go @@ -43,10 +43,6 @@ func TestFixBankMetadata(t *testing.T) { m := cdc.MustMarshal(&denomMetaData) oldDenomMetaDataStore.Set([]byte(v7Key), m) - // send tokens from bank module to source address - // test helper - // helper.seedAccount(sourceAddress, amount) - rhoUpgrade := upgradetypes.Plan{ Name: "v8-Rho", Info: "some text here",