diff --git a/turbo/snapshotsync/freezeblocks/dump_test.go b/turbo/snapshotsync/freezeblocks/dump_test.go index 6da633aa6..b3ef4e737 100644 --- a/turbo/snapshotsync/freezeblocks/dump_test.go +++ b/turbo/snapshotsync/freezeblocks/dump_test.go @@ -25,7 +25,7 @@ func TestDump(t *testing.T) { t.Run("txs", func(t *testing.T) { require := require.New(t) slot := types2.TxSlot{} - parseCtx := types2.NewTxParseContext(*chainID) + parseCtx := types2.NewTxParseContext(*chainID, false) parseCtx.WithSender(false) var sender [20]byte @@ -50,7 +50,7 @@ func TestDump(t *testing.T) { t.Run("txs_not_from_zero", func(t *testing.T) { require := require.New(t) slot := types2.TxSlot{} - parseCtx := types2.NewTxParseContext(*chainID) + parseCtx := types2.NewTxParseContext(*chainID, false) parseCtx.WithSender(false) var sender [20]byte