mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix NewcoinAddress::isValid
This commit is contained in:
@@ -40,7 +40,8 @@ bool NewcoinAddress::isValid() const
|
||||
break;
|
||||
|
||||
default:
|
||||
nothing();
|
||||
bValid = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user