Code to boostrap the initial ledger.

This commit is contained in:
JoelKatz
2011-11-26 00:57:31 -08:00
parent 06a9bc5520
commit e87a027df2
3 changed files with 28 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ protected:
bool delTransaction(const uint256& id);
public:
Ledger(uint32 index); // used for the starting bootstrap ledger
Ledger(const uint160& masterID, uint64 startAmount); // used for the starting bootstrap ledger
Ledger(const Ledger &ledger);
Ledger(const uint256 &parentHash, const uint256 &transHash, const uint256 &accountHash,
uint64 feeHeld, uint64 timeStamp, uint32 ledgerSeq); // used for received ledgers