From 95db88b5e8dad326a2b38629641fd729d6fd9161 Mon Sep 17 00:00:00 2001 From: cgilliard Date: Fri, 29 Mar 2019 20:10:30 -0700 Subject: media wiki format --- bip-0137.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bip-0137.mediawiki') diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index 536ca2d..49e95c9 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== -- cgit v1.2.3