donation addr fixes
This commit is contained in:
@@ -12,6 +12,13 @@ const QString Utils::getTokenName() {
|
||||
}
|
||||
}
|
||||
|
||||
const QString Utils::getDonationAddr() {
|
||||
if (Settings::getInstance()->isTestnet())
|
||||
return "tmP1JL19JyJh3jPMUbfovk4W67jB7VJWybu";
|
||||
else
|
||||
return "t1KfJJrSuVYmnNLrw7EZHRv1kZY3zdGGLyb";
|
||||
}
|
||||
|
||||
// Get the dev fee address based on the transaction
|
||||
const QString Utils::getDevAddr(Tx tx) {
|
||||
auto testnetAddrLookup = [=] (const QString& addr) -> QString {
|
||||
|
||||
Reference in New Issue
Block a user