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 f9c945e commit 7e94d3aCopy full SHA for 7e94d3a
fuzz/fuzz_targets/full_stack_target.rs
@@ -7,7 +7,7 @@ use bitcoin::blockdata::block::BlockHeader;
7
use bitcoin::blockdata::transaction::{Transaction, TxOut};
8
use bitcoin::blockdata::script::{Builder, Script};
9
use bitcoin::blockdata::opcodes;
10
-use bitcoin::consensus::encode::{deserialize, serialize};
+use bitcoin::consensus::encode::deserialize;
11
use bitcoin::network::constants::Network;
12
use bitcoin::util::hash::{BitcoinHash, Sha256dHash, Hash160};
13
0 commit comments