Closed deanmlittle closed 2 years ago
When a signature is created on a TX using SIGHASH_ALL or similar, the HashCache is set. When you subsequently sign with a SIGHASH_NONE, the HashCache hashes show up in the sighashPreimage where they should be zero buffers.
Solved as of 1.3.0.beta-6
When a signature is created on a TX using SIGHASH_ALL or similar, the HashCache is set. When you subsequently sign with a SIGHASH_NONE, the HashCache hashes show up in the sighashPreimage where they should be zero buffers.