Cleanup/debug.

This commit is contained in:
JoelKatz
2012-01-17 20:39:16 -08:00
parent 5ba945b8e3
commit 93c7333c58
2 changed files with 19 additions and 4 deletions

View File

@@ -14,8 +14,7 @@
#include "Wallet.h"
Ledger::Ledger(const uint160& masterID, uint64 startAmount) :
mFeeHeld(0), mTimeStamp(0), mLedgerSeq(0),
mClosed(false), mValidHash(false), mAccepted(false)
mFeeHeld(0), mTimeStamp(0), mLedgerSeq(0), mClosed(false), mValidHash(false), mAccepted(false)
{
mTransactionMap=SHAMap::pointer(new SHAMap());
mAccountStateMap=SHAMap::pointer(new SHAMap());