Remove a FIXME since the issue was already fixed.

This commit is contained in:
JoelKatz
2012-11-09 09:46:38 -08:00
parent 5fbe7b2015
commit 0b7b61ee7b

View File

@@ -893,8 +893,6 @@ void Peer::recvPropose(const boost::shared_ptr<ripple::TMProposeSet>& packet)
void Peer::recvHaveTxSet(ripple::TMHaveTransactionSet& packet)
{
// FIXME: We should have some limit on the number of HaveTxSet messages a peer can send us
// per consensus pass, to keep a peer from running up our memory without limit
uint256 hashes;
if (packet.hash().size() != (256 / 8))
{