[Unit Test] Create wallet
This commit is contained in:
@@ -29,6 +29,7 @@ namespace UnitTests
|
||||
String seed;
|
||||
Assert::IsTrue(API_SUCCESS(SiaApiError, wallet->Create(SiaSeedLanguage::English, seed)));
|
||||
Assert::IsTrue(wallet->GetCreated());
|
||||
Assert::IsFalse(wallet->GetLocked());
|
||||
}
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user