We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fba38 commit 75bc00fCopy full SHA for 75bc00f
evm/src/NttManager/NttManager.sol
@@ -30,7 +30,9 @@ import {ManagerBase} from "./ManagerBase.sol";
30
/// - the amount
31
/// - the recipient chain
32
/// - the recipient address
33
-/// - the refund address: the address to refund the user for "dummy" attestations
+/// - 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.
36
/// - (optional) a flag to indicate whether the transfer should be queued
37
/// if the rate limit is exceeded
38
contract NttManager is INttManager, RateLimiter, ManagerBase {
0 commit comments