From bebffb6ac8b3c26ca48962faac61579b9055442b Mon Sep 17 00:00:00 2001 From: cgilliard Date: Fri, 29 Mar 2019 20:11:51 -0700 Subject: [PATCH] move to code tag --- bip-0137.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index 49e95c9a..a3672383 100644 --- a/bip-0137.mediawiki +++ b/bip-0137.mediawiki @@ -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. - + public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException { byte[] signatureEncoded; try { @@ -113,7 +113,7 @@ 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==