Skip to content

Commit

Permalink
fix bridging todo (#174)
Browse files Browse the repository at this point in the history
* fix bridging todo

* better comment
  • Loading branch information
josojo authored Jan 9, 2024
1 parent a764fd8 commit 5ebc920
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 @@ -150,7 +150,7 @@ contract L2ForkArbitrator is IBridgeMessageReceiver {
bridge.bridgeAsset{value: forkFee}(
uint32(0),
moneyBox,
forkFee, // TODO: Should this be 0 since we already sent the forkFee as msg.value?
forkFee, // must be equal to msg.value
address(0), // Empty address for the native token
true,
permitData
Expand Down

0 comments on commit 5ebc920

Please sign in to comment.