mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-17 21:32:50 +01:00
move to code tag
This commit is contained in:
parent
95db88b5e8
commit
bebffb6ac8
@ -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.
|
||||
|
||||
<nowiki>
|
||||
<code>
|
||||
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;
|
||||
}
|
||||
</nowiki>
|
||||
</code>
|
||||
|
||||
==Backwards Compatibility==
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user