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