Add SimpleIdentifier traits for non-crypto identifiers

This commit is contained in:
Vinnie Falco
2013-09-23 12:40:35 -07:00
parent 3518a51d4a
commit 426636f48d
31 changed files with 459 additions and 168 deletions

View File

@@ -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);
}