Skip to content

Commit 95db88b

Browse files
authored
media wiki format
1 parent 6a18175 commit 95db88b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0137.mediawiki

Lines changed: 2 additions & 2 deletions
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-
```
67+
<nowiki>
6868
public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException {
6969
byte[] signatureEncoded;
7070
try {
@@ -113,7 +113,7 @@ Note: this code is a modification of the BitcoinJ code which is written in java.
113113
throw new SignatureException("Could not recover public key from signature");
114114
return key;
115115
}
116-
```
116+
</nowiki>
117117

118118
==Backwards Compatibility==
119119

0 commit comments

Comments
 (0)