mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Remove DynamicOutputP2WPKH ref in logger
This commit is contained in:
parent
efa579bc61
commit
ce479b671a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ impl<'a> core::fmt::Display for DebugSpendable<'a> {
|
|||
write!(f, "DelayedPaymentOutput {}:{} marked for spending", descriptor.outpoint.txid, descriptor.outpoint.index)?;
|
||||
}
|
||||
&SpendableOutputDescriptor::StaticPaymentOutput(ref descriptor) => {
|
||||
write!(f, "DynamicOutputP2WPKH {}:{} marked for spending", descriptor.outpoint.txid, descriptor.outpoint.index)?;
|
||||
write!(f, "StaticPaymentOutput {}:{} marked for spending", descriptor.outpoint.txid, descriptor.outpoint.index)?;
|
||||
}
|
||||
}
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Reference in a new issue