You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #326: Replace Signature with Message Signature
2e4dac9 Replace Signature with Message Signature (Masud)
Pull request description:
When attempting to use verify_message() function, using Singature kept leading to InvalidSignature.
As such, we replaced Signature with MessageSignature from bitcoin::sign_message::MessageSignature.
We also noticed that there was a // TODO comment to test verify_message, so we also added a test function and it works with the new MessageSignature.
ACKs for top commit:
tcharding:
ACK 2e4dac9
Tree-SHA512: d6279086c66f420009c5600e3d5028090c8df3a7088d2fbe928d94fc796dedf227b8536295bd231bf5ddc6ad306120685020c4cf6f4f0c631c3075d9ff9f0009
0 commit comments