Dedup `confirmed_txs` `Vec`
[rust-lightning] / lightning-transaction-sync / src / common.rs
index 442f3bd31e537239015be8e58a1016570972f4bf..c635f7385c6ecbd47bb6b4e90f5abb335feca8f5 100644 (file)
@@ -128,6 +128,7 @@ impl FilterQueue {
 #[derive(Debug)]
 pub(crate) struct ConfirmedTx {
        pub tx: Transaction,
+       pub txid: Txid,
        pub block_header: Header,
        pub block_height: u32,
        pub pos: usize,