Fix setting relayed votes

`relayable_votes` was already moved away a few lines above this.
This commit is contained in:
Jason Rhinelander 2019-06-29 21:27:08 -03:00
parent c64121f224
commit c1d4d3b347

View file

@ -1461,7 +1461,7 @@ namespace cryptonote
cryptonote_connection_context fake_context = AUTO_VAL_INIT(fake_context);
if (get_protocol()->relay_service_node_votes(req, fake_context))
{
m_quorum_cop.set_votes_relayed(relayable_votes);
m_quorum_cop.set_votes_relayed(req.votes);
}
}
}