mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
RPC - Make result type consistent with other RPCs (#102)
This commit is contained in:
parent
2472271e34
commit
5f02bd05a5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ The `verifymessage` RPC {{summary_verifyMessage}}
|
|||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "`result`"
|
||||
t: "bool/null"
|
||||
t: "boolean"
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue