Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Jan 7, 2024
1 parent 286bdba commit a206bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/L2ForkArbitrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ contract L2ForkArbitrator is IBridgeMessageReceiver {
bridge.bridgeAsset{value: forkFee}(
uint32(0),
moneyBox,
forkFee,
forkFee, // must be equal to msg.value
address(0), // Empty address for the native token
true,
permitData
Expand Down

0 comments on commit a206bb5

Please sign in to comment.