From 20e7dca38f2412be5d31febda4f6fcd1aa7da7e3 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Tue, 21 May 2024 10:38:59 +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 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, }