Skip to content

Commit

Permalink
Edited ch13.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexPro committed Jan 29, 2019
1 parent 9db91f1 commit 1c5c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ include::code-ch13/script.py[tag=source6]

=== Other Improvements

Other improvements to Segwit include fixing the quadratic hashing problem through a different calculation of the signature hash.
Other improvements((("Segwit (segregated witness)", "other improvements"))) to Segwit include fixing the quadratic hashing problem through a different calculation of the signature hash.
A lot of the calculations for signature hash, or `z`, can be reused instead of requiring a new hash256 hash for each input.
The((("BIP (Bitcoin Improvement Proposals)", "BIP0143"))) signature hash calculation is detailed in BIP0143 and can be seen in _code-ch13/tx.py_.

Expand Down

0 comments on commit 1c5c440

Please sign in to comment.