Skip to content

Commit

Permalink
chore: add comment remove un-necessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Jul 29, 2024
1 parent f49502e commit ab565f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ func TestWorkingHash(t *testing.T) {
})
require.NoError(t, err)

// Call FinalizeBlock to calculate each module's working hash.
// Without calling this, all module's root node will have empty hash.
_, err = app.FinalizeBlock(&abci.RequestFinalizeBlock{
Height: gdoc.InitialHeight,
Time: time.Now(),
})
require.NoError(t, err)
//_, err = app.Commit()
//require.NoError(t, err)

storeKeys := app.GetStoreKeys()
// deterministicKeys are module keys which has always same working hash whenever run this test. (non deterministic module: staking)
Expand Down

0 comments on commit ab565f8

Please sign in to comment.