forked from Public/monero-gui
wallet::createTransactionAsync pass variables to listener
This commit is contained in:
@@ -171,7 +171,7 @@ signals:
|
||||
void historyModelChanged() const;
|
||||
|
||||
// emitted when transaction is created async
|
||||
void transactionCreated(PendingTransaction * transaction);
|
||||
void transactionCreated(PendingTransaction * transaction, QString address, QString paymentId, quint32 mixinCount);
|
||||
|
||||
private:
|
||||
Wallet(QObject * parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user