mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make NewcoinAddress::setSeedGeneric more stringent.
This commit is contained in:
@@ -716,7 +716,9 @@ bool NewcoinAddress::setSeedGeneric(const std::string& strText)
|
||||
if (strText.empty()
|
||||
|| naTemp.setAccountID(strText)
|
||||
|| naTemp.setAccountPublic(strText)
|
||||
|| naTemp.setAccountPrivate(strText))
|
||||
|| naTemp.setAccountPrivate(strText)
|
||||
|| naTemp.setNodePublic(strText)
|
||||
|| naTemp.setNodePrivate(strText))
|
||||
{
|
||||
bResult = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user