diff options
author | John Newbery <john@johnnewbery.com> | 2019-04-28 15:40:01 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2019-10-29 15:46:45 -0400 |
commit | 7204c6434b944f6ad51b3c895837729d3aa56eea (patch) | |
tree | 6d39e40394fbee93cdd7c70e6fa09b9d0765b20a /src/rpc/mining.cpp | |
parent | 1a37de4b3174d19a6d8691ae07e92b32fdfaef11 (diff) |
[validation] Remove useless ret parameter from Invalid()
ValidationState::Invalid() takes a parameter `ret` which is returned to
the caller. All call sites set this to false. Remove the `ret` parameter
and just return false always.
Diffstat (limited to 'src/rpc/mining.cpp')
0 files changed, 0 insertions, 0 deletions