Skip to content

Commit

Permalink
update inbox multiplexer
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbyte committed Jun 9, 2024
1 parent 48faf73 commit f2a8af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/state_fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func BuildBlock(
if lastBlockHeader != nil {
delayedMessagesRead = lastBlockHeader.Nonce.Uint64()
}
inboxMultiplexer := arbstate.NewInboxMultiplexer(inbox, delayedMessagesRead, nil, nil, arbstate.KeysetValidate)
inboxMultiplexer := arbstate.NewInboxMultiplexer(inbox, delayedMessagesRead, nil, arbstate.KeysetValidate)

ctx := context.Background()
message, err := inboxMultiplexer.Pop(ctx)
Expand Down

0 comments on commit f2a8af7

Please sign in to comment.