It was noticed that the SendFuture implementation wasn't properly changing the message ID for each new block request. This change makes sure that a new message ID is fetched at every call to transmit(). Calls to retransmit() will continue to use the message ID from the previous call to transmit().
It was noticed that the
SendFuture
implementation wasn't properly changing the message ID for each new block request. This change makes sure that a new message ID is fetched at every call totransmit()
. Calls toretransmit()
will continue to use the message ID from the previous call totransmit()
.