Skip to content

Commit

Permalink
Merge branch 'main' into L1GlobalForkRequester
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo authored Jan 7, 2024
2 parents 4e864e5 + b566d02 commit 014a116
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 @@ -32,6 +32,7 @@ contract L1GlobalForkRequester {
/// @dev Error thrown when the forkonomic token and the forkmanager are not related
error ForkonomicTokenMisMatch();


struct FailedForkRequest {
uint256 amount;
uint256 amountMigratedYes;
Expand Down Expand Up @@ -187,7 +188,6 @@ contract L1GlobalForkRequester {
IForkonomicToken(token).forkmanager()
);
IForkableBridge bridge = IForkableBridge(forkingManager.bridge());

if (
failedRequests[token][beneficiary][requestId].amountMigratedNo !=
0 ||
Expand Down

0 comments on commit 014a116

Please sign in to comment.