mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
a wrapper network for rebroadcasting GRANDPA messages periodically (#1513)
This commit is contained in:
committed by
GitHub
parent
3c7d6c7b72
commit
9ae1316c86
@@ -222,7 +222,7 @@ impl Network for MessageRouting {
|
||||
Box::new(messages)
|
||||
}
|
||||
|
||||
fn send_commit(&self, set_id: u64, message: Vec<u8>) {
|
||||
fn send_commit(&self, _round: u64, set_id: u64, message: Vec<u8>) {
|
||||
let mut inner = self.inner.lock();
|
||||
inner.peer(self.peer_id).gossip_message(make_commit_topic(set_id), message, true);
|
||||
inner.route_until_complete();
|
||||
|
||||
Reference in New Issue
Block a user