mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Change count to 'SerializedValue' to better reflect what it is.
This commit is contained in:
@@ -30,9 +30,9 @@ enum PathFlags
|
||||
#define ACCOUNT_XNS uint160(0)
|
||||
#define ACCOUNT_ONE uint160(1) // Used as a place holder
|
||||
|
||||
DEFINE_INSTANCE(SerializedEntry);
|
||||
DEFINE_INSTANCE(SerializedValue);
|
||||
|
||||
class SerializedType : private IS_INSTANCE(SerializedEntry)
|
||||
class SerializedType : private IS_INSTANCE(SerializedValue)
|
||||
{
|
||||
protected:
|
||||
SField::ptr fName;
|
||||
|
||||
Reference in New Issue
Block a user