diff --git a/tests/core_tests/tx_validation.cpp b/tests/core_tests/tx_validation.cpp index ea5f6b38..138f8746 100644 --- a/tests/core_tests/tx_validation.cpp +++ b/tests/core_tests/tx_validation.cpp @@ -2076,6 +2076,8 @@ bool tx_pool_semantic_validation::generate(std::vector& events { return sum + boost::get(input).amount; } + + return sum; } }; @@ -2085,6 +2087,8 @@ bool tx_pool_semantic_validation::generate(std::vector& events { return sum + boost::get(output).amount; } + + return sum; } };