Skip to content

Commit 84e74d8

Browse files
committed
test pass
1 parent 3027c06 commit 84e74d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/mel-replay/receipt_fetcher_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"github.com/ethereum/go-ethereum/core/types"
1414
"github.com/ethereum/go-ethereum/crypto"
1515
"github.com/ethereum/go-ethereum/trie"
16-
"github.com/ethereum/go-ethereum/trie/testutil"
1716
"github.com/offchainlabs/nitro/arbutil"
1817
"github.com/stretchr/testify/require"
1918
)
@@ -108,7 +107,7 @@ func createTestReceipts(count int) types.Receipts {
108107
receipt := &types.Receipt{
109108
Status: 1,
110109
CumulativeGasUsed: 50_000 + uint64(i), // #nosec G115
111-
TxHash: testutil.RandomHash(),
110+
TxHash: common.Hash{},
112111
ContractAddress: common.Address{},
113112
Logs: []*types.Log{},
114113
BlockHash: common.BytesToHash([]byte("foobar")),

0 commit comments

Comments
 (0)