Skip to content

Commit

Permalink
fix: removed check
Browse files Browse the repository at this point in the history
  • Loading branch information
skeletor-spaceman committed Aug 16, 2024
1 parent 3930c36 commit 09411d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-node/rollup/derive/attributes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func TestPreparePayloadAttributes(t *testing.T) {
require.Equal(t, eth.Bytes32(l1Info.InfoMixDigest), attrs.PrevRandao)
require.Equal(t, predeploys.SequencerFeeVaultAddr, attrs.SuggestedFeeRecipient)
require.Equal(t, len(l2Txs), len(attrs.Transactions), "Expected txs to equal l1 info tx + user deposit txs")
require.Equal(t, l2Txs, attrs.Transactions)
require.True(t, attrs.NoTxPool)
})
t.Run("same origin again", func(t *testing.T) {
Expand Down

0 comments on commit 09411d3

Please sign in to comment.