Skip to content

Commit

Permalink
Fix patrial rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
psolstice committed Jan 29, 2024
1 parent b8e6a46 commit 54529b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/wallet/coincontrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#define BITCOIN_WALLET_COINCONTROL_H

#include "primitives/transaction.h"
#include "script/standard.h"
#include <optional>

enum class CoinType
{
Expand Down
2 changes: 0 additions & 2 deletions src/wallet/test/createtransaction_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ BOOST_FIXTURE_TEST_SUITE(createtransaction_tests, WalletTestingSetup)
vTxouts.at(0)._mockupDepthInMainChain = 0;

CCoinControl coinControl;
coinControl.fAllowUnconfirmedIsSet = true;
coinControl.fAllowUnconfirmed = false;

{
Expand Down Expand Up @@ -428,7 +427,6 @@ BOOST_FIXTURE_TEST_SUITE(createtransaction_tests, WalletTestingSetup)
vTxouts.at(0)._mockupDepthInMainChain = 0;

CCoinControl coinControl;
coinControl.fAllowUnconfirmedIsSet = true;
coinControl.fAllowUnconfirmed = false;

{
Expand Down

0 comments on commit 54529b8

Please sign in to comment.