less DEBUG flood, add an automation that triggers when there are less than 7 free spendable notes and increases their number by executing a transaction with the amount = fee by replacing a sietch transaction.
This commit is contained in:
@@ -304,7 +304,7 @@ void AddressBook::open(MainWindow* parent, QLineEdit* target)
|
||||
});
|
||||
|
||||
auto fnSetTargetLabelAddr = [=] (QLineEdit* target, QString label, QString addr, QString myAddr, QString cid, QString avatar) {
|
||||
qDebug() << __func__ << ": label=" << label << " cid=" << cid << " avatar=" << avatar;
|
||||
// qDebug() << __func__ << ": label=" << label << " cid=" << cid << " avatar=" << avatar;
|
||||
target->setText(label % "/" % addr % myAddr);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user