diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-09 18:42:22 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-11 11:43:39 +0100 |
commit | 6a61f520e2569f6a690f5c637c6314fb81b0b538 (patch) | |
tree | 604bbca9d6c019b7b76ead299da651061414f38f /src/wallet/ringdb.h | |
parent | crypto: fix initialization order issue with random mutex (diff) | |
download | monero-6a61f520e2569f6a690f5c637c6314fb81b0b538.tar.xz |
unit_tests: add ringdb unit tests
Diffstat (limited to 'src/wallet/ringdb.h')
-rw-r--r-- | src/wallet/ringdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/ringdb.h b/src/wallet/ringdb.h index 2bd1ac149..6b4bce124 100644 --- a/src/wallet/ringdb.h +++ b/src/wallet/ringdb.h @@ -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); |