summaryrefslogtreecommitdiff
path: root/bip-0137.mediawiki
diff options
context:
space:
mode:
authorcgilliard <christopher.gilliard@gmail.com>2019-03-29 20:17:02 -0700
committerGitHub <noreply@github.com>2019-03-29 20:17:02 -0700
commitc823bb06386c30fd57077c20c9b73aa8da9ba3e9 (patch)
tree3fa8914a3c71ada31c214fe68986f9d16df71313 /bip-0137.mediawiki
parentbebffb6ac8b3c26ca48962faac61579b9055442b (diff)
downloadbips-c823bb06386c30fd57077c20c9b73aa8da9ba3e9.tar.xz
Update bip-0137.mediawiki
Diffstat (limited to 'bip-0137.mediawiki')
-rw-r--r--bip-0137.mediawiki2
1 files changed, 0 insertions, 2 deletions
diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki
index a367238..a88342c 100644
--- a/bip-0137.mediawiki
+++ b/bip-0137.mediawiki
@@ -64,7 +64,6 @@ 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.
-<code>
public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException {
byte[] signatureEncoded;
try {
@@ -113,7 +112,6 @@ Note: this code is a modification of the BitcoinJ code which is written in java.
throw new SignatureException("Could not recover public key from signature");
return key;
}
-</code>
==Backwards Compatibility==