From fac72fef27de6d8cece9b9d84325589a06fd2a8d Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 15 May 2025 13:42:36 +0200 Subject: [PATCH] remove unused GetAllDestinationsForKey --- src/outputtype.cpp | 18 ++---------------- src/outputtype.h | 5 +---- src/test/fuzz/key.cpp | 3 +-- 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/src/outputtype.cpp b/src/outputtype.cpp index 8c2b76494bd..702efe81c63 100644 --- a/src/outputtype.cpp +++ b/src/outputtype.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2022 The Bitcoin Core developers +// Copyright (c) 2009-present The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -9,9 +9,8 @@ #include