diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-01-26 13:52:12 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-01-28 07:41:54 +0100 |
| commit | 5ebe0956b391cfa782fd97bb417d20b479df6a36 (patch) | |
| tree | 3307c1727409243c0707c51700d792097970b2e4 /src/rpcserver.h | |
| parent | Removed main.h dependency from rpcserver.cpp (diff) | |
| download | discoin-5ebe0956b391cfa782fd97bb417d20b479df6a36.tar.xz discoin-5ebe0956b391cfa782fd97bb417d20b479df6a36.zip | |
Trim RPC command table
- invalidateblock and reconsiderblock were defined doubly
- remove no-longer-used threadSafe, as locks have been pushed down
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 41cd9da16..f63438ecb 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -98,7 +98,6 @@ public: std::string name; rpcfn_type actor; bool okSafeMode; - bool threadSafe; bool reqWallet; }; |