diff --git a/src/swaps/boltz.rs b/src/swaps/boltz.rs index 69e9e9d..fae341d 100644 --- a/src/swaps/boltz.rs +++ b/src/swaps/boltz.rs @@ -422,7 +422,7 @@ pub enum RevSwapStates { TransactionFailed, /// This is the final status of a swap, if the user successfully set up the Lightning payment /// and Boltz successfully locked up L-BTC on the chain, but the Boltz API Client did not claim - /// the locked chain L-BTC until swap expiry. In this case, Boltz will also automatically refund + /// the locked oncahin coins before swap expiry. In this case, Boltz will also automatically refund /// its own locked onchain coins and the Lightning payment is cancelled. TransactionRefunded, }