mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-25 15:55:38 +01:00
Merge pull request #963 from crodas/feature/wait-for-invoice
Add `wait_for_payment` function in the wallet
This commit is contained in:
@@ -111,6 +111,10 @@ pub enum Error {
|
||||
#[error("Could not parse bolt12")]
|
||||
Bolt12parse,
|
||||
|
||||
/// Operation timeout
|
||||
#[error("Operation timeout")]
|
||||
Timeout,
|
||||
|
||||
/// Internal Error - Send error
|
||||
#[error("Internal send error: {0}")]
|
||||
SendError(String),
|
||||
|
||||
Reference in New Issue
Block a user