statechannels / SCBridge-Wallet

MIT License
2 stars 3 forks source link

Owner should use a 130 byte signature field #109

Closed lalexgap closed 1 year ago

lalexgap commented 1 year ago

Currently the owner returns a UserOperation with a single 65 byte signature. We should pad that out to 130 bytes so it will always work with our Validate function that expects a 130 bytes signature field.. Alternatively we could relax the restraints so the Validate function supports shorter signatures.