We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53d02a commit 4569d1cCopy full SHA for 4569d1c
src/chain/bitcoincorerpcchain.rs
@@ -1,3 +1,5 @@
1
+use std::error::Error;
2
+use bitcoin::blockdata::transaction::Transaction;
3
use bitcoin::blockdata::script::Script;
4
use bitcoin::blockdata::block::{Block, BlockHeader};
5
use bitcoin::util::hash::Sha256dHash;
0 commit comments