wallet: remove totalfee from createBumpTransaction()

This commit is contained in:
Jon Atack
2020-03-10 18:40:57 +01:00
parent e347cfa9a7
commit 4a0b27bb01
3 changed files with 2 additions and 10 deletions

View File

@@ -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,