Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lg committed Jan 17, 2023
1 parent 963219d commit 90977e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/upgrades/v8/upgrades_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 90977e3

Please sign in to comment.