Skip to content

Commit 4154a33

Browse files
committed
feat(silentpayments): add BDKCliError::SilentPaymentParseError variant
1 parent e8f2e48 commit 4154a33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ pub enum BDKCliError {
2121
#[error("Create transaction error: {0}")]
2222
CreateTx(#[from] bdk_wallet::error::CreateTxError),
2323

24+
#[error("Silent payment address decoding error: {0}")]
25+
SilentPaymentParseError(#[from] bdk_sp::encoding::ParseError),
26+
2427
#[error("Descriptor error: {0}")]
2528
DescriptorError(#[from] bdk_wallet::descriptor::error::Error),
2629

0 commit comments

Comments
 (0)