1
0

Unit test support

This commit is contained in:
Scott E. Graves
2017-02-03 14:01:00 -06:00
parent 0b625185aa
commit 25eae58a5c
12 changed files with 137 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ CSiaApi::_CSiaWallet::~_CSiaWallet()
SiaApiError CSiaApi::_CSiaWallet::Create(String& seed)
{
SiaApiError error = SiaApiError::Success;
SiaApiError error = SiaApiError::NotImplemented;
return error;
}