mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
output when pay-for-assignments is on
This commit is contained in:
parent
40c59a3589
commit
fc9d850c40
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ bool DomainServer::optionallySetupAssignmentPayment() {
|
|||
}
|
||||
}
|
||||
|
||||
qDebug() << "Assignments will be paid for via" << qPrintable(_oauthProviderURL.toString());
|
||||
|
||||
// assume that the fact we are authing against HF data server means we will pay for assignments
|
||||
// setup a timer to send transactions to pay assigned nodes every 30 seconds
|
||||
QTimer* creditSetupTimer = new QTimer(this);
|
||||
|
|
Loading…
Reference in a new issue