Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcrevar committed Sep 22, 2022
1 parent 4b03ac3 commit 07126a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func testDeleteCommonStateRoot(t *testing.T, buildPreState buildPreState) {
txn2.SetState(addr1, hash0, hash0)
txn2.SetState(addr1, hash1, hash0)

objs = txn.Commit(false)
objs = txn2.Commit(false)
snap3, _ := snap2.Commit(objs)

txn3 := newTxn(state, snap3)
Expand Down

0 comments on commit 07126a4

Please sign in to comment.