mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +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