mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add SimpleIdentifier traits for non-crypto identifiers
This commit is contained in:
@@ -119,7 +119,7 @@ public:
|
||||
for (uint32 i = m_start ; i < m_end; ++i)
|
||||
{
|
||||
Info info;
|
||||
info.publicKey = Validators::PublicKey::createFromInteger (i);
|
||||
info.publicKey = RipplePublicKey::createFromInteger (i);
|
||||
info.label = String::fromNumber (i);
|
||||
result.list.add (info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user