@@ -54,8 +54,8 @@ pub struct ReleaseInboundMint<'info> {
54
54
}
55
55
56
56
/// Release an inbound transfer and mint the tokens to the recipient.
57
- /// When `revert_on_error ` is true, the transaction will revert if the
58
- /// release timestamp has not been reached. When `revert_on_error ` is false, the
57
+ /// When `revert_on_delay ` is true, the transaction will revert if the
58
+ /// release timestamp has not been reached. When `revert_on_delay ` is false, the
59
59
/// transaction succeeds, but the minting is not performed.
60
60
/// Setting this flag to `false` is useful when bundling this instruction
61
61
/// together with [`crate::instructions::redeem`] in a transaction, so that the minting
@@ -112,8 +112,8 @@ pub struct ReleaseInboundUnlock<'info> {
112
112
}
113
113
114
114
/// Release an inbound transfer and unlock the tokens to the recipient.
115
- /// When `revert_on_error ` is true, the transaction will revert if the
116
- /// release timestamp has not been reached. When `revert_on_error ` is false, the
115
+ /// When `revert_on_delay ` is true, the transaction will revert if the
116
+ /// release timestamp has not been reached. When `revert_on_delay ` is false, the
117
117
/// transaction succeeds, but the unlocking is not performed.
118
118
/// Setting this flag to `false` is useful when bundling this instruction
119
119
/// together with [`crate::instructions::redeem`], so that the unlocking
0 commit comments