bitcoin-dev-project / bitcoiner-intro-to-rust

The Bitcoiner's Introduction to Rust
77 stars 23 forks source link

Edit chapter 14 #37

Closed edilmedeiros closed 5 months ago

edilmedeiros commented 5 months ago

I'll keep this as a draft for now, see #36.

sb1752 commented 5 months ago

Yeah if you want to go ahead and update the output in this PR based on that issue that's fine by me

edilmedeiros commented 5 months ago

Right, fixed the console messages. Note that I also added a -testnet flag to the bitcoin-cli tool since this is a testnet transaction. Finally, dropped any references to script_sig variables (see #39).

edilmedeiros commented 5 months ago

Removed the commit with the -testnet flag.

sb1752 commented 5 months ago

Ack d5cccf76a351fc60da2ee0913b210138529dd8e0

Perfect thank you