summaryrefslogtreecommitdiff
path: root/bip-0137.mediawiki
diff options
context:
space:
mode:
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==