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:
dashuser33 2019-01-02 11:03:37 -03:00 committed by thephez
parent 5f02bd05a5
commit d0756f4470

View file

@ -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"