Removing donation stuff
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user