aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2018-08-01 18:43:46 +0200
committerSjors Provoost <sjors@sprovoost.nl>2018-08-01 18:43:46 +0200
commitd795c610d3095eeff1bfe5c1a34877cf0a841823 (patch)
tree12d7283e8d47e592949337b12d90eb29f314c781 /src/qt/walletmodel.h
parentc88529a178d5ca719ebab597a4c4c3437327b2f6 (diff)
downloadbitcoin-d795c610d3095eeff1bfe5c1a34877cf0a841823.tar.xz
[qt] TransactionView: highlight replacement tx after fee bump
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h2
1 files changed, 1 insertions, 1 deletions
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<std::string>& 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;