1
0

Fixed wallet refresh

This commit is contained in:
Scott E. Graves
2017-02-16 22:30:49 -06:00
parent 8b568612bc
commit 09ec6278c4
5 changed files with 165 additions and 47 deletions

View File

@@ -14,7 +14,7 @@ CSiaApi::CSiaApi(const SiaHostConfig& hostConfig) :
CSiaApi::~CSiaApi()
{
//TODO Make this an option to lock on exit
_wallet->Lock();
//_wallet->Lock();
}
String CSiaApi::FormatToSiaPath(String path)