RPC - Make result type consistent with other RPCs (#102)

This commit is contained in:
thephez 2019-01-02 08:40:03 -05:00 committed by GitHub
parent 2472271e34
commit 5f02bd05a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ The `verifymessage` RPC {{summary_verifyMessage}}
{% itemplate ntpd1 %} {% itemplate ntpd1 %}
- n: "`result`" - n: "`result`"
t: "bool/null" t: "boolean"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "Set to `true` if the message was signed by a key corresponding to the provided P2PKH address; set to `false` if it was not signed by that key; set to JSON `null` if an error occurred" d: "Set to `true` if the message was signed by a key corresponding to the provided P2PKH address; set to `false` if it was not signed by that key; set to JSON `null` if an error occurred"