From c98edfac94b27d6a2f294acadeafe9b4d4e36a4a Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Tue, 21 May 2024 10:39:09 +0000 Subject: [PATCH] Update src/swaps/boltz.rs Co-authored-by: michael1011 --- src/swaps/boltz.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swaps/boltz.rs b/src/swaps/boltz.rs index fae341d..74ec72f 100644 --- a/src/swaps/boltz.rs +++ b/src/swaps/boltz.rs @@ -421,7 +421,7 @@ pub enum RevSwapStates { /// back to the user, no further action or refund is required and the user didn't pay any fees. 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 + /// and Boltz successfully locked up coins onchain, but the Boltz API Client did not claim /// 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,