Skip to content

Commit

Permalink
Rebase and fix TestSMTApplyTraces
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Nov 15, 2024
1 parent 8a13712 commit f25ff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smt/pkg/smt/smt_state_writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestSMTApplyTraces(t *testing.T) {
tds := state.NewTrieDbState(td.StateRoot, tx, 0, state.NewPlainStateReader(tx))
tds.StartNewBuffer()

rd, err = tds.ResolveSMTRetainList()
rd, err = tds.ResolveSMTRetainList(nil)
require.NoError(t, err)
}

Expand Down

0 comments on commit f25ff64

Please sign in to comment.