aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorBen Woosley <[email protected]>2018-06-08 11:16:07 -0700
committerBen Woosley <[email protected]>2018-08-07 12:47:39 -0400
commit5eb20f81d9568284dca735e4f770f41a48aa5660 (patch)
treeb0cddba3e535af76c852d57816d84f5335b15a6d /src/httpserver.cpp
parentMerge #13374: utils and libraries: checking for bitcoin address in translations (diff)
downloaddiscoin-5eb20f81d9568284dca735e4f770f41a48aa5660.tar.xz
discoin-5eb20f81d9568284dca735e4f770f41a48aa5660.zip
Consistently use ParseHashV to validate hash inputs in rpc
ParseHashV validates the length and encoding of the string and throws an informative RPC error on failure, which is as good or better than these alternative calls. Note I switched ParseHashV to check string length first, because IsHex tests that the length is even, and an error like: "must be of length 64 (not 63, for X)" is much more informative than "must be hexadecimal string (not X)"
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions