Skip to content

Commit 75bc00f

Browse files
Rahul MagantiRahulMaganti47
Rahul Maganti
authored andcommitted
evm: update natspec comment for refundAddress
1 parent 14fba38 commit 75bc00f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

evm/src/NttManager/NttManager.sol

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ import {ManagerBase} from "./ManagerBase.sol";
3030
/// - the amount
3131
/// - the recipient chain
3232
/// - the recipient address
33-
/// - the refund address: the address to refund the user for "dummy" attestations
33+
/// - the refund address: the address to which refunds are issued for any unused gas
34+
/// for attestations on a given transfer. If the gas limit is configured
35+
/// to be too high, users will be refunded the difference.
3436
/// - (optional) a flag to indicate whether the transfer should be queued
3537
/// if the rate limit is exceeded
3638
contract NttManager is INttManager, RateLimiter, ManagerBase {

0 commit comments

Comments
 (0)