File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -993,6 +993,7 @@ abstract contract SpokePool is
993993 * handleV3AcrossMessage() public function
994994 * @param repaymentChainId Chain of SpokePool where relayer wants to be refunded after the challenge window has
995995 * passed. Will receive inputAmount of the equivalent token to inputToken on the repayment chain.
996+ * @param repaymentAddress Address the relayer wants to be receive their refund at.
996997 */
997998 function fillV3Relay (
998999 V3RelayData calldata relayData ,
@@ -1031,6 +1032,7 @@ abstract contract SpokePool is
10311032 * @param relayData struct containing all the data needed to identify the deposit to be filled. See fillV3Relay().
10321033 * @param repaymentChainId Chain of SpokePool where relayer wants to be refunded after the challenge window has
10331034 * passed. See fillV3Relay().
1035+ * @param repaymentAddress Address the relayer wants to be receive their refund at.
10341036 * @param updatedOutputAmount New output amount to use for this deposit.
10351037 * @param updatedRecipient New recipient to use for this deposit.
10361038 * @param updatedMessage New message to use for this deposit.
You can’t perform that action at this time.
0 commit comments