Skip to content

Commit 6a18175

Browse files
authored
Update bip-0137.mediawiki
1 parent e2e83cc commit 6a18175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0137.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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-
```Java
67+
```
6868
public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException {
6969
byte[] signatureEncoded;
7070
try {

0 commit comments

Comments
 (0)