Skip to content

Commit

Permalink
Remove unused imports introduced in the merge of bitcoin/bitcoin#23497
Browse files Browse the repository at this point in the history
…in 7878ba4
  • Loading branch information
jamesdorfman committed Jul 24, 2023
1 parent 8b21677 commit ed9beba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/wallet/coinselection.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ static constexpr CAmount MIN_CHANGE{COIN / 100};
//! final minimum change amount after paying for fees
static const CAmount MIN_FINAL_CHANGE = MIN_CHANGE/2;

class CWallet;
class CWalletTx;

/** A UTXO under consideration for use in funding a new transaction. */
class CInputCoin {
public:
Expand Down

0 comments on commit ed9beba

Please sign in to comment.