Derive Serialized ledger and transaction classes from SerializedType, not STObject.

This commit is contained in:
JoelKatz
2012-04-27 11:48:32 -07:00
parent d64eb65b66
commit 6f2f058cd8
3 changed files with 5 additions and 5 deletions

View File

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