We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f2e48 commit 4154a33Copy full SHA for 4154a33
1 file changed
src/error.rs
@@ -21,6 +21,9 @@ pub enum BDKCliError {
21
#[error("Create transaction error: {0}")]
22
CreateTx(#[from] bdk_wallet::error::CreateTxError),
23
24
+ #[error("Silent payment address decoding error: {0}")]
25
+ SilentPaymentParseError(#[from] bdk_sp::encoding::ParseError),
26
+
27
#[error("Descriptor error: {0}")]
28
DescriptorError(#[from] bdk_wallet::descriptor::error::Error),
29
0 commit comments