Trim RPC command table

- invalidateblock and reconsiderblock were defined doubly
- remove no-longer-used threadSafe, as locks have been pushed down
This commit is contained in:
Wladimir J. van der Laan
2015-01-26 13:52:12 +01:00
parent 4401b2d7c5
commit 5ebe0956b3
2 changed files with 84 additions and 87 deletions

View File

@@ -98,7 +98,6 @@ public:
std::string name;
rpcfn_type actor;
bool okSafeMode;
bool threadSafe;
bool reqWallet;
};