From 5a02748bb008beb56e11b5573e89731d832cc07b Mon Sep 17 00:00:00 2001 From: 3commascapital <8562488-3commascapital@users.noreply.gitlab.com> Date: Mon, 6 Nov 2023 13:00:13 -0600 Subject: [PATCH] Fixup tx parse context tests --- turbo/snapshotsync/freezeblocks/dump_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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