Skip to content

Commit 2f014dd

Browse files
committed
removing old cached tx
1 parent db5f73c commit 2f014dd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/qt/pivx/send.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ void SendWidget::onSendClicked(){
285285
void SendWidget::send(QList<SendCoinsRecipient> recipients){
286286
// prepare transaction for getting txFee earlier
287287
WalletModelTransaction currentTransaction(recipients);
288-
this->currentTransaction = &currentTransaction;
289288
WalletModel::SendCoinsReturn prepareStatus;
290289

291290
// TODO: Coin control

src/qt/pivx/send.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ private slots:
5858
QPushButton *coinIcon;
5959
QPushButton *btnContacts;
6060

61-
WalletModelTransaction *currentTransaction = nullptr;
62-
6361
ClientModel* clientModel = nullptr;
6462
WalletModel* walletModel = nullptr;
6563

0 commit comments

Comments
 (0)