diff options
| author | Jonas Schnelli <[email protected]> | 2017-02-03 22:04:39 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-05-11 15:27:04 +0200 |
| commit | fbf385cc830df2aec7cdcbab0c2b09b46569e8c1 (patch) | |
| tree | 82d308f1ac0bc8eddb4dbbf07da2ff3b971f8d25 /src/qt/walletmodel.h | |
| parent | Merge #10381: Shadowing warnings are not enabled by default, update doc accor... (diff) | |
| download | discoin-fbf385cc830df2aec7cdcbab0c2b09b46569e8c1.tar.xz discoin-fbf385cc830df2aec7cdcbab0c2b09b46569e8c1.zip | |
[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 78e45dc36..df5acaf68 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; |