aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-05-24 17:08:19 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2017-05-24 17:08:19 +0200
commit32325a3f58fd607c29030b0dd6f2388579b9c926 (patch)
tree52cf00bd93d0b213b284523fd1576a01e56fb396 /src/qt/walletmodel.h
parent4314544d46e8e46c3c9da60f1d18297f52f58418 (diff)
downloadbitcoin-32325a3f58fd607c29030b0dd6f2388579b9c926.tar.xz
[Qt] hide bump context menu action if tx already has been bumped
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 df5acaf684..16b0caed4e 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -207,7 +207,7 @@ public:
bool transactionCanBeAbandoned(uint256 hash) const;
bool abandonTransaction(uint256 hash) const;
- bool transactionSignalsRBF(uint256 hash) const;
+ bool transactionCanBeBumped(uint256 hash) const;
bool bumpFee(uint256 hash);
static bool isWalletEnabled();