mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 12:41:07 +00:00
grandpa: observer doesn't send catch up messages (#3460)
* grandpa: don't send catch up requests when running GRANDPA observer * grandpa: fix tests * grandpa: add tests for catch up requests
This commit is contained in:
committed by
Robert Habermeier
parent
94243e66b3
commit
725aa0aec8
@@ -1215,6 +1215,7 @@ fn voter_persists_its_votes() {
|
||||
config.clone(),
|
||||
set_state,
|
||||
Exit,
|
||||
true,
|
||||
);
|
||||
runtime.block_on(routing_work).unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user