diff --git a/src/swaps/boltz.rs b/src/swaps/boltz.rs index 74ec72f..0572269 100644 --- a/src/swaps/boltz.rs +++ b/src/swaps/boltz.rs @@ -344,7 +344,7 @@ pub enum SubSwapStates { TransactionClaimPending, /// Indicates the lockup failed, which is usually because the user sent too little. TransactionLockupFailed, - /// Indicates the user didn't send chain L-BTC (lockup) and the swap expired (approximately 24h). + /// Indicates the user didn't send onchain (lockup) and the swap expired (approximately 24h). /// This means that it was cancelled and chain L-BTC shouldn't be sent anymore. SwapExpired, }