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