mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove empty unit test from Wallet.
This commit is contained in:
@@ -158,10 +158,4 @@ bool Wallet::dataStore(const std::string& strKey, const std::string& strValue)
|
||||
return bSuccess;
|
||||
}
|
||||
|
||||
bool Wallet::unitTest()
|
||||
{
|
||||
// Create 100 keys for each of 1,000 families and ensure all keys match
|
||||
return true;
|
||||
}
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
@@ -54,8 +54,6 @@ public:
|
||||
bool dataDelete(const std::string& strKey);
|
||||
bool dataFetch(const std::string& strKey, std::string& strValue);
|
||||
bool dataStore(const std::string& strKey, const std::string& strValue);
|
||||
|
||||
static bool unitTest();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user