aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2017-02-09 16:27:28 -0500
committerJohn Newbery <[email protected]>2017-03-07 16:45:09 -0500
commit960bc7f778d8dd618e65f1e37ec734e2d4734051 (patch)
tree016914cfdb765f2fbaf5a2dabed94235c897854b /src/httpserver.cpp
parentReturn correct error codes in blockchain.cpp. (diff)
downloaddiscoin-960bc7f778d8dd618e65f1e37ec734e2d4734051.tar.xz
discoin-960bc7f778d8dd618e65f1e37ec734e2d4734051.zip
Return correct error codes in removeprunedfunds().
The removeprunedfunds() RPC was returning misleading or incorrect error codes (for example RPC_INTERNAL_ERROR when the transaction was not found in the wallet). This commit fixes those error codes: - RPC_INTERNAL_ERROR should not be returned for application-level errors, only for genuine internal errors such as corrupted data. This error code has been replaced with RPC_WALLET_ERROR. This commit also updates the test cases to explicitly test the error code.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions