diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-11 15:34:27 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-11 16:03:40 +0200 |
commit | 9feb887082be911a8342f8090af4dca3db76db9b (patch) | |
tree | 87785823ac5b38259936ba1e07986d3f44e826a5 /autogen.sh | |
parent | b8ded26ef3d7c58a938050659e4c50d850628dff (diff) |
rpc: check `fopen` return code in dumptxoutset
This change improves the usability of the `dumptxoutset` RPC in two ways,
in the case that an invalid path is passed:
1. return from the RPC immediately, rather then when the file is first
tried to be written (which is _after_ calculating the UTXO set hash)
2. return a proper return code and error message instead of the cryptic
"CAutoFile::operator<<: file handle is nullptr: unspecified
iostream_category error" (-1)
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions