diff --git a/src/rpc/util.h b/src/rpc/util.h index dcaf2bd701e0c..768131795af9e 100644 --- a/src/rpc/util.h +++ b/src/rpc/util.h @@ -354,6 +354,7 @@ class RPCHelpMan } } + // TODO: drop it, that's dash specific workaround [[ noreturn ]] inline void Throw() const { throw std::runtime_error(ToString()); }