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/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/fuzz/script.cpp') diff --git a/src/test/fuzz/script.cpp b/src/test/fuzz/script.cpp index 4961bba47..2f50f1b83 100644 --- a/src/test/fuzz/script.cpp +++ b/src/test/fuzz/script.cpp @@ -23,7 +23,7 @@ void initialize() { // Fuzzers using pubkey must hold an ECCVerifyHandle. - static const auto verify_handle = MakeUnique(); + static const ECCVerifyHandle verify_handle; SelectParams(CBaseChainParams::REGTEST); } -- cgit v1.2.3