mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Clean up creating seed from string.
This commit is contained in:
@@ -762,6 +762,15 @@ NewcoinAddress NewcoinAddress::createSeedRandom()
|
||||
return naNew;
|
||||
}
|
||||
|
||||
NewcoinAddress NewcoinAddress::createSeedGeneric(const std::string& strText)
|
||||
{
|
||||
NewcoinAddress naNew;
|
||||
|
||||
naNew.setFamilySeedGeneric(strText);
|
||||
|
||||
return naNew;
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(newcoin_address)
|
||||
|
||||
BOOST_AUTO_TEST_CASE( my_test )
|
||||
|
||||
Reference in New Issue
Block a user