aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/util.h')
-rw-r--r--src/rpc/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/util.h b/src/rpc/util.h
index f49fb1d6b1..35e0d5e9ef 100644
--- a/src/rpc/util.h
+++ b/src/rpc/util.h
@@ -336,6 +336,7 @@ public:
std::string ToString() const;
UniValue HandleRequest(const JSONRPCRequest& request)
{
+ Check(request);
return m_fun(*this, request);
}
/** If the supplied number of args is neither too small nor too high */