Skip to content

Commit 66e863e

Browse files
committed
f - missing import for no-std
1 parent 9d3b702 commit 66e863e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/chain/transaction.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ use bitcoin::hash_types::Txid;
1313
use bitcoin::blockdata::transaction::OutPoint as BitcoinOutPoint;
1414
use bitcoin::blockdata::transaction::Transaction;
1515

16+
use prelude::Vec;
17+
1618
/// Transaction data where each item consists of a transaction reference paired with the index of
1719
/// the transaction within a block.
1820
///

0 commit comments

Comments
 (0)