mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Derive Serialized ledger and transaction classes from SerializedType, not STObject.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "LedgerFormats.h"
|
||||
#include "NewcoinAddress.h"
|
||||
|
||||
class SerializedLedgerEntry : public STObject
|
||||
class SerializedLedgerEntry : public SerializedType
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr<SerializedLedgerEntry> pointer;
|
||||
|
||||
Reference in New Issue
Block a user