Skip to content

Commit

Permalink
Add server_definitions to forwarding set
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed Nov 22, 2023
1 parent 3bab90c commit 83ed860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/common/impl/ForwardingProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class ForwardingProxy {
isProxied(std::string const& method) const
{
static std::unordered_set<std::string> const proxiedCommands{
"server_definitions",
"submit",
"submit_multisigned",
"fee",
Expand Down

0 comments on commit 83ed860

Please sign in to comment.