mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-25 04:51:08 +00:00
consensus: refactor aura and babe proposer (#3377)
This commit is contained in:
committed by
Bastian Köcher
parent
5b83e6426f
commit
6058207935
@@ -325,7 +325,7 @@ fn can_author_block() {
|
||||
duration: 100,
|
||||
};
|
||||
loop {
|
||||
match claim_slot(i, epoch.clone(), (3, 10), &keystore) {
|
||||
match claim_slot(i, &epoch.clone(), (3, 10), &keystore) {
|
||||
None => i += 1,
|
||||
Some(s) => {
|
||||
debug!(target: "babe", "Authored block {:?}", s.0);
|
||||
|
||||
Reference in New Issue
Block a user