Skip to content

Commit

Permalink
refactor: addressing C4R issue 29
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Jul 3, 2024
1 parent 2388c86 commit 9133978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/staking/ArbitrumDepositProcessorL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ contract ArbitrumDepositProcessorL1 is DefaultDepositProcessorL1 {

// Send a message to the staking dispenser contract on L2 to reflect the transferred OLAS amount
sequence = IBridge(l1MessageRelayer).createRetryableTicket{value: cost[1]}(l2TargetDispenser, 0,
maxSubmissionCostMessage, refundAccount, refundAccount, gasLimitMessage, gasPriceBid, data);
maxSubmissionCostMessage, refundAccount, address(0), gasLimitMessage, gasPriceBid, data);
}

/// @dev Process message received from L2.
Expand Down

0 comments on commit 9133978

Please sign in to comment.