Set correct hash in fetch pack.

This commit is contained in:
JoelKatz
2013-05-17 01:13:45 -07:00
parent a71225f9a3
commit 5b68834e3b

View File

@@ -2029,7 +2029,7 @@ void NetworkOPs::makeFetchPack(Job&, boost::weak_ptr<Peer> wPeer,
reply.set_query(false);
if (request->has_seq())
reply.set_seq(request->seq());
reply.set_ledgerhash(reply.ledgerhash());
reply.set_ledgerhash(request->ledgerhash());
reply.set_type(ripple::TMGetObjectByHash::otFETCH_PACK);
do