We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5f73c commit 2f014ddCopy full SHA for 2f014dd
src/qt/pivx/send.cpp
@@ -285,7 +285,6 @@ void SendWidget::onSendClicked(){
285
void SendWidget::send(QList<SendCoinsRecipient> recipients){
286
// prepare transaction for getting txFee earlier
287
WalletModelTransaction currentTransaction(recipients);
288
- this->currentTransaction = ¤tTransaction;
289
WalletModel::SendCoinsReturn prepareStatus;
290
291
// TODO: Coin control
src/qt/pivx/send.h
@@ -58,8 +58,6 @@ private slots:
58
QPushButton *coinIcon;
59
QPushButton *btnContacts;
60
61
- WalletModelTransaction *currentTransaction = nullptr;
62
-
63
ClientModel* clientModel = nullptr;
64
WalletModel* walletModel = nullptr;
65
0 commit comments