aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-11 14:38:37 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-25 21:16:40 +0100
commit36c3465b9870bafee3c7f30b423d7b975c97b63f (patch)
tree4a071ec0ef979f020a2cf567973e02087494e8b9 /tests/unit_tests/CMakeLists.txt
parentcheckpoints: add a token checkpoint on testnet (the genesis block) (diff)
downloadmonero-36c3465b9870bafee3c7f30b423d7b975c97b63f.tar.xz
wallet2: do not keep block hashes below last checkpoint
This saves a lot of space and load/save time for wallet caches
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r--tests/unit_tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt
index 63abe928d..53d93fcce 100644
--- a/tests/unit_tests/CMakeLists.txt
+++ b/tests/unit_tests/CMakeLists.txt
@@ -46,6 +46,7 @@ set(unit_tests_sources
epee_utils.cpp
fee.cpp
get_xtype_from_string.cpp
+ hashchain.cpp
http.cpp
main.cpp
mnemonics.cpp