Skip to content

Commit

Permalink
added forwarding of msg.value
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Nov 17, 2023
1 parent 409d34f commit fcaf781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/pods/EigenPod.sol
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ contract EigenPod is IEigenPod, Initializable, ReentrancyGuardUpgradeable, Eigen
bytes memory callBackData = abi.encodeWithSelector(EigenPod.handleCallback.selector, requestNonce, oracleTimestamp, _timestampToSlot(endTimestamp));


eigenPodManager.requestProofViaSuccinctGateway(
eigenPodManager.requestProofViaSuccinctGateway{value: msg.value}(
RANGE_SPLITTER_FUNCTION_ID,
_timestampToSlot(timestampProvenUntil),
_timestampToSlot(endTimestamp),
Expand Down

0 comments on commit fcaf781

Please sign in to comment.