Skip to content

Commit

Permalink
Remove an accidentally-changed exitStateRoot param
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Nov 22, 2023
1 parent 30a4d3e commit 090f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/L1GlobalForkRequester.sol
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ contract L1GlobalForkRequester is MoneyBoxUser {
bridge.bridgeMessage(
uint32(chainId),
requester,
false,
true,
data
);

Expand Down

0 comments on commit 090f071

Please sign in to comment.