fixes #39 - corrects signature_hash for SIGHASH_SINGLE on input index > 0; ...#40
Merged
richardkiss merged 4 commits intorichardkiss:masterfrom posita:masterJun 5, 2014
+108-5
Commits
Commits on Jun 4, 2014
fixes #39 - corrects signature_hash for SIGHASH_SINGLE on input index > 0; adds ability to verify legacy SINGLE_HASH transactions; adds TxIn to tx/__init__.py for consistency with Tx and TxOut
committed- committed
- committed
fixes #39 less intrusively (doesn't require signed long longs in bitcoin_streamer, but "fakes" the "null" value of -1L by using its unsigned equivalent instead)
committed