aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-04-12 17:56:44 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-04-12 19:37:29 +0200
commitb9fb692d04e90967b14c6988553c9121c5eea64e (patch)
tree0e7c4d478456af92478cc7df3ab07b0802f64ad4 /src/rpcserver.h
parent0b9dc9c8f5943a8389faa1fd0e52fa5ac6a4a759 (diff)
downloadbitcoin-b9fb692d04e90967b14c6988553c9121c5eea64e.tar.xz
Push down RPC reqWallet flag
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h1
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;
};
/**