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:
@@ -10,7 +10,7 @@
|
||||
#include "TransactionFormats.h"
|
||||
#include "NewcoinAddress.h"
|
||||
|
||||
class SerializedTransaction : public STObject
|
||||
class SerializedTransaction : public SerializedType
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr<SerializedTransaction> pointer;
|
||||
|
||||
Reference in New Issue
Block a user