Skip to content

Commit 57c2f39

Browse files
authored
fix(tx_taproot): missing hide comment
There is a missing hide comment `#` in one of the `use` statements
1 parent 03e0e77 commit 57c2f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/src/tx_taproot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Now we are ready for our main function that will sign a transaction that spends
144144
# use bitcoin::sighash::{Prevouts, SighashCache, TapSighashType};
145145
# use bitcoin::{
146146
# transaction, Address, Amount, Network, OutPoint, ScriptBuf, Sequence, Transaction, TxIn, TxOut,
147-
Txid, Witness,
147+
# Txid, Witness,
148148
# };
149149
#
150150
# const DUMMY_UTXO_AMOUNT: Amount = Amount::from_sat(20_000_000);

0 commit comments

Comments
 (0)