gui-demo icon indicating copy to clipboard operation
gui-demo copied to clipboard

Consider SIGHASH_ALL while reading votes from block

Open Patricia92 opened this issue 8 years ago • 0 comments

In either case, the change is accepted if a sufficiently privileged user signed any input with the signature type SIGHASH_ALL, or if they signed the input with the same index as that output with SIGHASH_SINGLE. https://www.multichain.com/developers/permissions-management/

We only consider SIGHASH_SINGLE in function getblock() in sync.py.

Patricia92 avatar Nov 09 '17 18:11 Patricia92