diff options
| author | Jonas Schnelli <[email protected]> | 2015-04-12 17:56:44 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-04-12 19:37:29 +0200 |
| commit | b9fb692d04e90967b14c6988553c9121c5eea64e (patch) | |
| tree | 0e7c4d478456af92478cc7df3ab07b0802f64ad4 /src/rpcserver.h | |
| parent | [move] move listunspent to wallet/rpcwallet.cpp (diff) | |
| download | discoin-b9fb692d04e90967b14c6988553c9121c5eea64e.tar.xz discoin-b9fb692d04e90967b14c6988553c9121c5eea64e.zip | |
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 e7aaed8bd..c3200d8c3 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -98,7 +98,6 @@ public: std::string name; rpcfn_type actor; bool okSafeMode; - bool reqWallet; }; /** |