diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-02-03 22:04:39 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-05-11 15:27:04 +0200 |
commit | fbf385cc830df2aec7cdcbab0c2b09b46569e8c1 (patch) | |
tree | 82d308f1ac0bc8eddb4dbbf07da2ff3b971f8d25 /src/qt/walletmodel.h | |
parent | 7f2b9e0868f5759187e63df4f2cbd5f4fc9c81d7 (diff) |
[Qt] simple fee bumper with user verification
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 78e45dc369..df5acaf684 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -207,6 +207,9 @@ public: bool transactionCanBeAbandoned(uint256 hash) const; bool abandonTransaction(uint256 hash) const; + bool transactionSignalsRBF(uint256 hash) const; + bool bumpFee(uint256 hash); + static bool isWalletEnabled(); bool hdEnabled() const; |