From d3d4892ef45d09edbbe4672b112100743970b2a5 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 10 Mar 2020 12:55:41 +0000 Subject: tests: Simplify code by removing unwarranted use of unique_ptr:s --- src/test/fuzz/descriptor_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/fuzz/descriptor_parse.cpp') diff --git a/src/test/fuzz/descriptor_parse.cpp b/src/test/fuzz/descriptor_parse.cpp index 47d5038c26..a0ef08cca6 100644 --- a/src/test/fuzz/descriptor_parse.cpp +++ b/src/test/fuzz/descriptor_parse.cpp @@ -10,7 +10,7 @@ void initialize() { - static const auto verify_handle = MakeUnique(); + static const ECCVerifyHandle verify_handle; SelectParams(CBaseChainParams::REGTEST); } -- cgit v1.2.3