Skip to content

Commit

Permalink
Update app/consistent_apphash_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
ninabarbakadze and rootulp authored Jul 24, 2024
1 parent 6edf42f commit 6784819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/consistent_apphash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type BlobTx struct {
}

// TestConsistentAppHash executes all state machine messages, generates an app hash and a data root,
// and compares it against a previously generated hashes from the same set of transactions.
// and compares it against previously generated hashes from the same set of transactions.
// App hashes across different commits should be consistent.
func TestConsistentAppHash(t *testing.T) {
// App hash and data root generated from executing txs on this branch
Expand Down

0 comments on commit 6784819

Please sign in to comment.