1
0

More unit tests

This commit is contained in:
Scott E. Graves
2017-02-03 17:04:00 -06:00
parent 316d20c495
commit edf1818255
3 changed files with 15 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ CSiaApi::_CSiaWallet::~_CSiaWallet()
}
SiaApiError CSiaApi::_CSiaWallet::Create(String& seed)
SiaApiError CSiaApi::_CSiaWallet::Create(const SiaSeedLanguage& seedLanguage, String& seed)
{
SiaApiError error = SiaApiError::NotImplemented;
return error;