Merge pull request #1493 from jgarzik/unlocked-rpc

RPC: add facility to enable RPCs to run outside cs_main, wallet locks
This commit is contained in:
Jeff Garzik
2012-08-21 09:22:13 -07:00
2 changed files with 63 additions and 58 deletions

View File

@@ -48,6 +48,7 @@ public:
std::string name;
rpcfn_type actor;
bool okSafeMode;
bool unlocked;
};
/**