diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-04-12 17:56:44 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-04-12 19:37:29 +0200 |
commit | b9fb692d04e90967b14c6988553c9121c5eea64e (patch) | |
tree | 0e7c4d478456af92478cc7df3ab07b0802f64ad4 /src/rpcserver.h | |
parent | 0b9dc9c8f5943a8389faa1fd0e52fa5ac6a4a759 (diff) |
Push down RPC reqWallet flag
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index e7aaed8bdf..c3200d8c35 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -98,7 +98,6 @@ public: std::string name; rpcfn_type actor; bool okSafeMode; - bool reqWallet; }; /** |