diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-05-24 17:08:19 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-05-24 17:08:19 +0200 |
commit | 32325a3f58fd607c29030b0dd6f2388579b9c926 (patch) | |
tree | 52cf00bd93d0b213b284523fd1576a01e56fb396 /src/qt/walletmodel.h | |
parent | 4314544d46e8e46c3c9da60f1d18297f52f58418 (diff) |
[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.h | 2 |
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(); |