Skip to content

Commit 3e06f77

Browse files
authored
fix(evm): N01 - Add missing docstring for repaymentAddress (#830)
Signed-off-by: Chris Maree <[email protected]>
1 parent ac8d25a commit 3e06f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/SpokePool.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)