From bee88b8c5887e6beb75f26f0db97888a48fa7e7c Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Wed, 4 Dec 2019 16:38:30 -0500 Subject: [PATCH] tests: have coins simulation test also use CCoinsViewDB Before this change, the coins simulation test uses a base view of type CCoinsViewTest, which has no relevance outside of the unittest suite. Might as well reuse this testcase with a more realistic configuration that has CCoinsViewDB at the bottom of the view structure. --- src/test/coins_tests.cpp | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp index 436c1bffa..c91621e22 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -8,6 +8,7 @@ #include