From c823bb06386c30fd57077c20c9b73aa8da9ba3e9 Mon Sep 17 00:00:00 2001 From: cgilliard Date: Fri, 29 Mar 2019 20:17:02 -0700 Subject: Update bip-0137.mediawiki --- bip-0137.mediawiki | 2 -- 1 file changed, 2 deletions(-) (limited to 'bip-0137.mediawiki') 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. - 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== -- cgit v1.2.3