Mark the problem.

This commit is contained in:
JoelKatz
2012-07-19 08:32:23 -07:00
parent e724dcbee8
commit fadca2cb97

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(); }