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

@@ -18,7 +18,7 @@ public:
struct Info
{
/** The unique key for this validator. */
PublicKey publicKey;
RipplePublicKey publicKey;
/** Optional human readable comment describing the validator. */
String label;