diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2018-08-01 18:43:46 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2018-08-01 18:43:46 +0200 |
commit | d795c610d3095eeff1bfe5c1a34877cf0a841823 (patch) | |
tree | 12d7283e8d47e592949337b12d90eb29f314c781 /src/qt/transactionview.h | |
parent | c88529a178d5ca719ebab597a4c4c3437327b2f6 (diff) |
[qt] TransactionView: highlight replacement tx after fee bump
Diffstat (limited to 'src/qt/transactionview.h')
-rw-r--r-- | src/qt/transactionview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h index 66dc5bc86b..9819fb4325 100644 --- a/src/qt/transactionview.h +++ b/src/qt/transactionview.h @@ -110,6 +110,8 @@ Q_SIGNALS: /** Fired when a message should be reported to the user */ void message(const QString &title, const QString &message, unsigned int style); + void bumpedFee(const uint256& txid); + public Q_SLOTS: void chooseDate(int idx); void chooseType(int idx); |