aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.h
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-04-29 13:30:27 -0400
committerCarl Dong <contact@carldong.me>2022-05-20 16:33:24 -0400
commit0848db9c35d9eae4d68cbdbef68c337656f3c906 (patch)
tree1c34a3440f2750020d886e788f6d7a3c58d3e42e /src/rpc/util.h
parent52b1939993771d0a8a718ca1667241872de8241a (diff)
downloadbitcoin-0848db9c35d9eae4d68cbdbef68c337656f3c906.tar.xz
fuzz: Remove useless GetUTXOStats fuzz case
In the GetUTXOStats fuzz case, GetUTXOStats is always called with a CCoinsViewCache. Which is guaranteed to throw a std::logic_error when its ::Cursor() method is called on the first line of GetUTXOStats. In the fuzz case, we basically catch this logic error and declare victory if we caught it. There is no point to fuzzing this deterministic logic. Confirmed with IWYU that the node/coinstats.h #include is no longer necessary.
Diffstat (limited to 'src/rpc/util.h')
0 files changed, 0 insertions, 0 deletions