Skip to content

Commit adda3c3

Browse files
committed
Merge #27: fix(tx_taproot): missing hide comment
57c2f39 fix(tx_taproot): missing hide comment (Jose Storopoli) Pull request description: There is a missing hide comment `#` in one of the `use` statements. ACKs for top commit: apoelstra: utACK 57c2f39 tcharding: ACK 57c2f39 Tree-SHA512: 5b2edfd1db5bea01026cc114ba5b1f1c540694024c9a6df078a32a12e9108fe57a842a69d94fa805c6f4ed36ae34806cd1fb30bde3122f86b84de34b4cf9bb40
2 parents 03e0e77 + 57c2f39 commit adda3c3

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)