chaincodelabs / bitcoin-tx-tutorial

A technical tutorial for understanding how bitcoin transactions are created and signed
105 stars 42 forks source link

Fix for pubkey hex and update in human-readable part comments #15

Closed jrakibi closed 1 year ago

jrakibi commented 1 year ago

While going through the appendix/addresses.ipynb, I noticed a couple of discrepancies that might cause confusion for other developers or lead to inaccurate results.

1- Updated the pubkey hex to the correct value. 2- Tweaked the comments to match the correct prefixes.

Thought this might help others avoid some confusion. Cheers!