From 363e3d916cc036488783bb4bdcfdd3665aecf711 Mon Sep 17 00:00:00 2001 From: glozow Date: Mon, 3 May 2021 09:51:13 -0700 Subject: [PATCH] [test] unit tests for ProcessNewPackage Key functionality = a transaction with UTXOs not present in UTXO set or mempool can be fully validated instead of being considered an orphan. --- src/test/txvalidation_tests.cpp | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/test/txvalidation_tests.cpp b/src/test/txvalidation_tests.cpp index 8d14071297..5242c66628 100644 --- a/src/test/txvalidation_tests.cpp +++ b/src/test/txvalidation_tests.cpp @@ -3,8 +3,10 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include +#include #include #include