change debug.log path, fix Coredump with new zaddr

This commit is contained in:
DenioD
2019-10-27 21:56:00 +01:00
parent 2e48d696f6
commit b3491aaec1
5 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ bool Settings::isZAddress(QString addr) {
if (!isValidAddress(addr))
return false;
return addr.startsWith("z");
return addr.startsWith("zs");
}
bool Settings::isTAddress(QString addr) {