diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-11 14:38:37 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-25 21:16:40 +0100 |
commit | 36c3465b9870bafee3c7f30b423d7b975c97b63f (patch) | |
tree | 4a071ec0ef979f020a2cf567973e02087494e8b9 /tests/unit_tests/CMakeLists.txt | |
parent | checkpoints: add a token checkpoint on testnet (the genesis block) (diff) | |
download | monero-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.txt | 1 |
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 |