From d795c610d3095eeff1bfe5c1a34877cf0a841823 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 1 Aug 2018 18:43:46 +0200 Subject: [qt] TransactionView: highlight replacement tx after fee bump --- src/qt/walletmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/walletmodel.h') diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index d8935c2fa8..2d53a7dc4d 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -194,7 +194,7 @@ public: void loadReceiveRequests(std::vector& vReceiveRequests); bool saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest); - bool bumpFee(uint256 hash); + bool bumpFee(uint256 hash, uint256& new_hash); static bool isWalletEnabled(); bool privateKeysDisabled() const; -- cgit v1.2.3