diff options
author | Jon Atack <jon@atack.com> | 2020-03-10 21:57:01 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-03-26 17:54:23 +0100 |
commit | c3857c5fcb21836ddc1b79a6b19cffe562cade10 (patch) | |
tree | faea0407e594155375f0c32888417f8b96ca43e9 /src/wallet/feebumper.h | |
parent | 4a0b27bb01738e6917e27b2cf47f9a8536249693 (diff) |
wallet: remove CreateTotalBumpTransaction()
Diffstat (limited to 'src/wallet/feebumper.h')
-rw-r--r-- | src/wallet/feebumper.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/wallet/feebumper.h b/src/wallet/feebumper.h index 9357397606..859f754761 100644 --- a/src/wallet/feebumper.h +++ b/src/wallet/feebumper.h @@ -28,16 +28,6 @@ enum class Result //! Return whether transaction can be bumped. bool TransactionCanBeBumped(const CWallet& wallet, const uint256& txid); -//! Create bumpfee transaction based on total amount. -Result CreateTotalBumpTransaction(const CWallet* wallet, - const uint256& txid, - const CCoinControl& coin_control, - CAmount total_fee, - std::vector<std::string>& errors, - CAmount& old_fee, - CAmount& new_fee, - CMutableTransaction& mtx); - //! Create bumpfee transaction based on feerate estimates. Result CreateRateBumpTransaction(CWallet& wallet, const uint256& txid, |