Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Update inbox.mini
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth authored Apr 13, 2022
1 parent 962ab51 commit a210788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arb_os/inbox.mini
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ view write throw func getFromL1Inbox(inbox: Inbox) -> Inbox {

// there are no more sideloads for this block, so do end of block processing
outputStats_endOfBlock(inbox.arbBlockNum, inbox.ethBlockNum, inbox.timestamp);
blockhash_submitHash(inbox.ethBlockNum, inbox.inboxHashAccumulator);
blockhash_submitHash(pendingMsg.ethBlockNumber, inbox.inboxHashAccumulator);

set inbox.pendingMessage = None<IncomingRequest>;
set inbox.arbBlockNum = inbox.arbBlockNum + 1;
Expand Down

0 comments on commit a210788

Please sign in to comment.