mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-26 09:24:32 +01:00
Return pending payment (#245)
* Return pending payment * Simplify select loop * Revert dart pubspec * Add error logging for payment events without swap ids Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com> --------- Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
This commit is contained in:
@@ -59,6 +59,9 @@ pub enum PaymentError {
|
||||
#[error("Boltz did not return any pairs from the request")]
|
||||
PairsNotFound,
|
||||
|
||||
#[error("The payment timed out")]
|
||||
PaymentTimeout,
|
||||
|
||||
#[error("Could not store the swap details locally")]
|
||||
PersistError,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user