From ee7a984f85015b610be4929b7c35cb501c1fbf7c Mon Sep 17 00:00:00 2001 From: furszy Date: Fri, 19 Aug 2022 11:13:41 -0300 Subject: refactor: unify test/util/wallet.h with wallet/test/util.h files share the same purpose, and we shouldn't have wallet code inside the test directory. This later is needed to use wallet util functions in the bench and test binaries without be forced to duplicate them. --- src/test/util/wallet.cpp | 32 -------------------------------- src/test/util/wallet.h | 29 ----------------------------- 2 files changed, 61 deletions(-) delete mode 100644 src/test/util/wallet.cpp delete mode 100644 src/test/util/wallet.h (limited to 'src/test') diff --git a/src/test/util/wallet.cpp b/src/test/util/wallet.cpp deleted file mode 100644 index 2dadffafb4..0000000000 --- a/src/test/util/wallet.cpp +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) 2019-2021 The Bitcoin Core developers -// Distributed under the MIT software license, see the accompanying -// file COPYING or http://www.opensource.org/licenses/mit-license.php. - -#include - -#include -#include -#include