mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix returned type for dumpwallet rpc call (#103)
Docs was stating that the result type was `null` when in fact it is an object.
This commit is contained in:
parent
5f02bd05a5
commit
d0756f4470
1 changed files with 3 additions and 3 deletions
|
@ -28,13 +28,13 @@ The `dumpwallet` RPC {{summary_dumpWallet}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Result---`null` or error*
|
||||
*Result---information about exported wallet*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "`result`"
|
||||
t: "null"
|
||||
t: "object"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Always `null` whether success or failure. The JSON-RPC error and message fields will be set if a failure occurred"
|
||||
d: "An object describing dumped wallet file"
|
||||
|
||||
- n: "→<br>`dashcoreversion`"
|
||||
t: "string"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue