From ed61abedb262d1a9772ca51916fefaeaadcc5b22 Mon Sep 17 00:00:00 2001 From: lucash-dev Date: Sat, 8 Dec 2018 15:38:12 -0800 Subject: Removed implicit CTransaction constructor from tests --- src/test/coins_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/coins_tests.cpp') diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp index d3cbaedf00..403f3e592f 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -377,7 +377,7 @@ BOOST_AUTO_TEST_CASE(updatecoins_simulation_test) // Call UpdateCoins on the top cache CTxUndo undo; - UpdateCoins(tx, *(stack.back()), undo, height); + UpdateCoins(CTransaction(tx), *(stack.back()), undo, height); // Update the utxo set for future spends utxoset.insert(outpoint); -- cgit v1.2.3