1
0

UI enhancements

This commit is contained in:
Scott E. Graves
2017-02-17 16:49:30 -06:00
parent 22207bfe17
commit 6b425fc5ca
4 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,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)