yenom / BitcoinKit

Bitcoin protocol toolkit for Swift
MIT License
839 stars 261 forks source link

Crypto.sign #239

Open ghost opened 4 years ago

ghost commented 4 years ago

Current behavior

After Crypto.sign is signed, Crypto.verifySignature can be verified, but the chain verification fails. In addition, how to start with M after the signature, not H or I

Expected behavior

Steps to reproduce

Environment

ghost commented 4 years ago

After Crypto.sign is signed, Crypto.verifySignature can be verified, but the chain verification fails. In addition, how to start with M after the signature, not H or I