This documents the RPC Result (type and description, if applicable) everywhere it was missing. The patch can be reviewed with the git diff
option -W
/--function-context
.
Also, code won’t compile without having an RPCResult documented.
This documents the RPC Result (type and description, if applicable) everywhere it was missing. The patch can be reviewed with the git diff
option -W
/--function-context
.
Also, code won’t compile without having an RPCResult documented.
Tested ACK fac52253f81a4f0d04b25eb4b6c28d04b85ef10b, built and verified listunspent help output.
BTW, had to #include <string>
in sync.h , on osx 10.14.6:
0$ clang -v
1Apple LLVM version 9.0.0 (clang-900.0.31)
2Target: x86_64-apple-darwin18.7.0
3Thread model: posix
BTW, had to #include in sync.h , on osx 10.14.6:
I didn’t modify sync
at all?!
<string>
is missing there)