diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-26 13:52:12 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-28 07:41:54 +0100 |
commit | 5ebe0956b391cfa782fd97bb417d20b479df6a36 (patch) | |
tree | 3307c1727409243c0707c51700d792097970b2e4 /src/rpcserver.h | |
parent | 4401b2d7c52e0f3841225369fb0d10767c51aaa2 (diff) |
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 41cd9da160..f63438ecb8 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; }; |