Skip to content

Commit c823bb0

Browse files
authored
Update bip-0137.mediawiki
1 parent bebffb6 commit c823bb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bip-0137.mediawiki

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ To verify a signature, the recId is obtained by subtracting this constant from t
6464

6565
Note: this code is a modification of the BitcoinJ code which is written in java.
6666

67-
<code>
6867
public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException {
6968
byte[] signatureEncoded;
7069
try {
@@ -113,7 +112,6 @@ Note: this code is a modification of the BitcoinJ code which is written in java.
113112
throw new SignatureException("Could not recover public key from signature");
114113
return key;
115114
}
116-
</code>
117115
118116
==Backwards Compatibility==
119117

0 commit comments

Comments
 (0)