Skip to content

Commit

Permalink
Update src/swaps/boltz.rs
Browse files Browse the repository at this point in the history
Co-authored-by: michael1011 <me@michael1011.at>
  • Loading branch information
ok300 and michael1011 authored May 21, 2024
1 parent c98edfa commit bbf4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swaps/boltz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit bbf4d3c

Please sign in to comment.