Missing from previous commit.

This commit is contained in:
JoelKatz
2012-06-29 16:43:09 -07:00
parent 3a77ef5c82
commit 46b4afe83e

View File

@@ -709,7 +709,8 @@ void Peer::recvPropose(newcoin::TMProposeSet& packet)
uint256 currentTxHash;
memcpy(currentTxHash.begin(), packet.currenttxhash().data(), 32);
if(theApp->getOPs().recvPropose(proposeSeq, currentTxHash, packet.nodepubkey(), packet.signature()))
if(theApp->getOPs().recvPropose(proposeSeq, currentTxHash, packet.closetime(),
packet.nodepubkey(), packet.signature()))
{ // FIXME: Not all nodes will want proposals
PackedMessage::pointer message = boost::make_shared<PackedMessage>(packet, newcoin::mtPROPOSE_LEDGER);
theApp->getConnectionPool().relayMessage(this, message);