Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
jed
2012-07-19 11:26:18 -07:00
2 changed files with 6 additions and 0 deletions

View File

@@ -97,6 +97,8 @@ public:
uint256 getClosedLedger()
{ return mLedgerMaster->getClosedLedger()->getHash(); }
// FIXME: This function is basically useless since the hash is constantly changing and the ledger
// is ephemeral and mutable.
uint256 getCurrentLedger()
{ return mLedgerMaster->getCurrentLedger()->getHash(); }