}
void MainWindow::donateButtonClicked() {
- double donation = appData()->prices.convert("EUR", "XMR", constants::donationAmount);
- if (donation <= 0)
- donation = 0.1337;
-
- m_sendWidget->fill(constants::donationAddress, "Donation to the Feather development team", donation);
+ m_sendWidget->fill(constants::donationAddress, "Donation to the Feather development team");
ui->tabWidget->setCurrentIndex(Tabs::SEND);
}
// donation constants
const QString donationAddress = "47ntfT2Z5384zku39pTM6hGcnLnvpRYW2Azm87GiAAH2bcTidtq278TL6HmwyL8yjMeERqGEBs3cqC8vvHPJd1cWQrGC65f";
- const int donationAmount = 25; // euro
const int donationBoundary = 25;
// websocket constants