diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-05-31 14:41:17 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-05-31 14:41:17 -0500 |
commit | b6eb7484d1f8b7055a20f116b07a0787019e2be7 (patch) | |
tree | 884cec37eb1760515b89602afe0188c05e697b46 /src/wallet/ringdb.h | |
parent | Merge pull request #3583 (diff) | |
parent | unit_tests: add ringdb unit tests (diff) | |
download | monero-b6eb7484d1f8b7055a20f116b07a0787019e2be7.tar.xz |
Merge pull request #3592
90a16b1 crypto: fix initialization order issue with random mutex (moneromooo-monero)
6a61f52 unit_tests: add ringdb unit tests (moneromooo-monero)
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); |