mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Make ALPHABET simpler.
This commit is contained in:
@@ -758,8 +758,6 @@ bool RippleAddress::setSeedGeneric(const std::string& strText)
|
||||
bool bResult = true;
|
||||
uint128 uSeed;
|
||||
|
||||
ALPHABET = "rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz";
|
||||
|
||||
if (strText.empty()
|
||||
|| naTemp.setAccountID(strText)
|
||||
|| naTemp.setAccountPublic(strText)
|
||||
|
||||
Reference in New Issue
Block a user