unit_tests: add ringdb unit tests

This commit is contained in:
moneromooo-monero
2018-04-09 18:42:22 +01:00
parent 90a16b119f
commit 6a61f520e2
4 changed files with 181 additions and 5 deletions
+1
View File
@@ -41,6 +41,7 @@ namespace tools
{
public:
ringdb(std::string filename, const std::string &genesis);
void close();
~ringdb();
bool add_rings(const crypto::chacha_key &chacha_key, const cryptonote::transaction_prefix &tx);