aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/chaingen_main.cpp
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2020-03-25 03:02:28 -0400
committerLee Clagett <code@leeclagett.com>2020-03-14 19:17:15 +0000
commit5de2295f3c215303527f649461bc2ed7113efc7c (patch)
tree36530e063fb84662f4bac49cf0a330eb7cc36f09 /tests/core_tests/chaingen_main.cpp
parentMerge pull request #6388 (diff)
downloadmonero-5de2295f3c215303527f649461bc2ed7113efc7c.tar.xz
Correct key image check in tx_pool
Diffstat (limited to 'tests/core_tests/chaingen_main.cpp')
-rw-r--r--tests/core_tests/chaingen_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp
index 23f3170b8..014c7475b 100644
--- a/tests/core_tests/chaingen_main.cpp
+++ b/tests/core_tests/chaingen_main.cpp
@@ -161,6 +161,7 @@ int main(int argc, char* argv[])
GENERATE_AND_PLAY(txpool_spend_key_all);
GENERATE_AND_PLAY(txpool_double_spend_norelay);
GENERATE_AND_PLAY(txpool_double_spend_local);
+ GENERATE_AND_PLAY(txpool_double_spend_keyimage);
// Double spend
GENERATE_AND_PLAY(gen_double_spend_in_tx<false>);