diff --git a/src/rpc/common/impl/ForwardingProxy.h b/src/rpc/common/impl/ForwardingProxy.h index 4e682ca05..4de81e61b 100644 --- a/src/rpc/common/impl/ForwardingProxy.h +++ b/src/rpc/common/impl/ForwardingProxy.h @@ -103,6 +103,7 @@ class ForwardingProxy { isProxied(std::string const& method) const { static std::unordered_set const proxiedCommands{ + "server_definitions", "submit", "submit_multisigned", "fee",