diff options
author | Jon Atack <jon@atack.com> | 2020-03-10 18:40:57 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-03-26 17:54:21 +0100 |
commit | 4a0b27bb01738e6917e27b2cf47f9a8536249693 (patch) | |
tree | a6a1c09e18f53b30d21e979397b86b95ac940247 /src/interfaces/wallet.h | |
parent | e347cfa9a7244277f9d220a4dc3537182f18441e (diff) |
wallet: remove totalfee from createBumpTransaction()
Diffstat (limited to 'src/interfaces/wallet.h')
-rw-r--r-- | src/interfaces/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index 9476c9f77f..f3da7ca611 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -155,7 +155,6 @@ public: //! Create bump transaction. virtual bool createBumpTransaction(const uint256& txid, const CCoinControl& coin_control, - CAmount total_fee, std::vector<std::string>& errors, CAmount& old_fee, CAmount& new_fee, |