Skip to content

Commit a08da96

Browse files
committed
Fix comment
1 parent 8a86af4 commit a08da96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/contract/rewards/RocketMerkleDistributorMainnet.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ contract RocketMerkleDistributorMainnet is RocketBase, RocketMerkleDistributorMa
115115
// Distribute ETH
116116
if (totalAmountETH > 0) {
117117
rocketVault.withdrawEther(totalAmountETH);
118-
// Allow up to 2300 gas to send ETH to the withdrawal address
118+
// Allow up to 10000 gas to send ETH to the withdrawal address
119119
(bool result,) = withdrawalAddress.call{value: totalAmountETH, gas: 10000}("");
120120
if (!result) {
121121
// If the withdrawal address cannot accept the ETH with 10000 gas, add it to their balance to be claimed later at their own expense

0 commit comments

Comments
 (0)