diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-04-10 16:10:33 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-10 16:10:33 -0500 |
commit | 228af683a7e187c4541ea50621ed4b3382c5eb6a (patch) | |
tree | d617991d6bd17f31b433d7ade31b1a9c4e86016c /tests/core_tests/chaingen_main.cpp | |
parent | Merge pull request #6398 (diff) | |
parent | Correct key image check in tx_pool (diff) | |
download | monero-228af683a7e187c4541ea50621ed4b3382c5eb6a.tar.xz |
Merge pull request #6403
5de2295 Correct key image check in tx_pool (vtnerd)
Diffstat (limited to 'tests/core_tests/chaingen_main.cpp')
-rw-r--r-- | tests/core_tests/chaingen_main.cpp | 1 |
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>); |