Removing donation stuff

This commit is contained in:
fekt
2022-11-02 18:54:48 -04:00
parent 364c775d6d
commit 4efcbc630e
3 changed files with 43 additions and 65 deletions

View File

@@ -362,14 +362,6 @@ QString Settings::getTokenName() {
}
}
QString Settings::getDonationAddr() {
if (Settings::getInstance()->isTestnet())
return "ztestsaplingXXX";
else
return "zs1fq9f7vg797qaeac9lyx0njyjmjg4w7m60hwq6lhyhvdcqltl5hdkm8vwx9cxy60ehuuz2x49jxt";
}
CAmount Settings::getMinerFee() {
return CAmount::fromqint64(10000);
}