diff options
author | cgilliard <christopher.gilliard@gmail.com> | 2019-03-29 20:02:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 20:02:35 -0700 |
commit | 6a181756e4ad96a5abccd5d625a26d00ae2ac225 (patch) | |
tree | c3a04f16e20bc76c08183585a041731ca176995e | |
parent | e2e83ccdead546cdd5fe2b181e214242c255ed1d (diff) |
Update bip-0137.mediawiki
-rw-r--r-- | bip-0137.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index 9d4f90d..536ca2d 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. -```Java +``` public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException { byte[] signatureEncoded; try { |