We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3b702 commit 66e863eCopy full SHA for 66e863e
lightning/src/chain/transaction.rs
@@ -13,6 +13,8 @@ use bitcoin::hash_types::Txid;
13
use bitcoin::blockdata::transaction::OutPoint as BitcoinOutPoint;
14
use bitcoin::blockdata::transaction::Transaction;
15
16
+use prelude::Vec;
17
+
18
/// Transaction data where each item consists of a transaction reference paired with the index of
19
/// the transaction within a block.
20
///
0 commit comments