1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Update bip-0137.mediawiki

This commit is contained in:
cgilliard 2019-03-29 20:02:35 -07:00 committed by GitHub
parent e2e83ccdea
commit 6a181756e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ To verify a signature, the recId is obtained by subtracting this constant from t
Note: this code is a modification of the BitcoinJ code which is written in java. Note: this code is a modification of the BitcoinJ code which is written in java.
```Java ```
public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException { public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException {
byte[] signatureEncoded; byte[] signatureEncoded;
try { try {