diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index a3672383..a88342ca 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. - 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; } - ==Backwards Compatibility==