From e3544c864e3e56867de25b8db7b012d58b378050 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Thu, 23 Dec 2021 17:38:09 -0500 Subject: init: Use clang-tidy named args syntax --- src/test/util/setup_common.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test') diff --git a/src/test/util/setup_common.cpp b/src/test/util/setup_common.cpp index 38b07b35ba..dcb2e75932 100644 --- a/src/test/util/setup_common.cpp +++ b/src/test/util/setup_common.cpp @@ -191,8 +191,8 @@ TestingSetup::TestingSetup(const std::string& chainName, const std::vector(GetTime)); + /*get_unix_time_seconds=*/static_cast(GetTime)); assert(!maybe_verify_error.has_value()); BlockValidationState state; -- cgit v1.2.3