From fadca2cb97e1cf27c5b341cda8a3d7b785d21cfa Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 19 Jul 2012 08:32:23 -0700 Subject: [PATCH] Mark the problem. --- src/NetworkOPs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NetworkOPs.h b/src/NetworkOPs.h index bf9aede3b9..12260b0e45 100644 --- a/src/NetworkOPs.h +++ b/src/NetworkOPs.h @@ -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(); }