mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
[Qt] simple fee bumper with user verification
This commit is contained in:
@@ -76,6 +76,7 @@ private:
|
||||
QDateTimeEdit *dateFrom;
|
||||
QDateTimeEdit *dateTo;
|
||||
QAction *abandonAction;
|
||||
QAction *bumpFeeAction;
|
||||
|
||||
QWidget *createDateRangeWidget();
|
||||
|
||||
@@ -99,6 +100,7 @@ private Q_SLOTS:
|
||||
void openThirdPartyTxUrl(QString url);
|
||||
void updateWatchOnlyColumn(bool fHaveWatchOnly);
|
||||
void abandonTx();
|
||||
void bumpFee();
|
||||
|
||||
Q_SIGNALS:
|
||||
void doubleClicked(const QModelIndex&);
|
||||
|
||||
Reference in New Issue
Block a user