From f6c39c6adb6cbf9c87f04d3d667701905ef5c0a0 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 17 Jan 2022 17:21:36 -0500 Subject: coinselection: Remove CInputCoin It is no longer needed as everything it was doing is now done by COutput --- src/bench/coin_selection.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/bench') diff --git a/src/bench/coin_selection.cpp b/src/bench/coin_selection.cpp index b332ef9c11..85d8ca774a 100644 --- a/src/bench/coin_selection.cpp +++ b/src/bench/coin_selection.cpp @@ -13,7 +13,6 @@ using node::NodeContext; using wallet::AttemptSelection; -using wallet::CInputCoin; using wallet::COutput; using wallet::CWallet; using wallet::CWalletTx; @@ -74,8 +73,6 @@ static void CoinSelection(benchmark::Bench& bench) }); } -typedef std::set CoinSet; - // Copied from src/wallet/test/coinselector_tests.cpp static void add_coin(const CAmount& nValue, int nInput, std::vector& set) { -- cgit v1.2.3