-
Notifications
You must be signed in to change notification settings - Fork 226
sighash problems #402
Copy link
Copy link
Open
Labels
Description
ellabaron
opened on May 27, 2024
Issue body actions
- In config.py, SIGHASH_ANYONECANPAY should be set to 0x80, not to 80.
- sighash_type is not properly reflected in the signature. The last byte in the signature is always set to 01, instead to the value passed Transaction.sign() method.
Reactions are currently unavailable