This commit is contained in:
JoelKatz
2013-01-15 02:01:07 -08:00
parent c24cda7847
commit 88437c9cab

View File

@@ -154,7 +154,7 @@ public:
bool hasTxSet(const uint256& hash) const;
uint64 getPeerId() const { return mPeerId; }
RippleAddress getNodePublic() const { return mNodePublic; }
const RippleAddress& getNodePublic() const { return mNodePublic; }
void cycleStatus() { mPreviousLedgerHash = mClosedLedgerHash; mClosedLedgerHash.zero(); }
};