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:
@@ -427,7 +427,7 @@ void MainWindow::closeEvent(QCloseEvent* event) {
|
||||
|
||||
void MainWindow::closeEventpw(QCloseEvent* event) {
|
||||
// Let the RPC know to shut down any running service.
|
||||
qDebug() << __func__ << ": event=" << event << " this=" << this;
|
||||
// qDebug() << __func__ << ": event=" << event << " this=" << this;
|
||||
if (rpc) {
|
||||
rpc->shutdownhushd();
|
||||
} else {
|
||||
@@ -742,7 +742,7 @@ void MainWindow::setMoneyMemo(QString moneymemo)
|
||||
}
|
||||
|
||||
void MainWindow::setupStatusBar() {
|
||||
qDebug() << __func__ << endl;
|
||||
// qDebug() << __func__ << endl;
|
||||
// Status Bar
|
||||
loadingLabel = new QLabel();
|
||||
loadingMovie = new QMovie(":/icons/res/loading.gif");
|
||||
|
||||
Reference in New Issue
Block a user