CRPCCommand.unlocked -> CRPCCommand.threadSafe

unlocked could be confused with wallet encryption
This commit is contained in:
freewil
2013-03-07 06:18:55 -05:00
parent dcf8b8fd9e
commit 10ef361169
2 changed files with 4 additions and 4 deletions

View File

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