1
0

[Unit Tests] Lock/unlock wallet

This commit is contained in:
Scott E. Graves
2017-02-03 18:44:43 -06:00
parent 9dfc1a9331
commit cdaaafdb50
5 changed files with 34 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ public:
bool Refresh();
_SiaApiError Restore(const String& seed);
_SiaApiError Lock();
_SiaApiError Unlock();
_SiaApiError Unlock(const String& password);
};
public: