diff --git a/updater/src/updater.rs b/updater/src/updater.rs index 75637f139..aed62873d 100644 --- a/updater/src/updater.rs +++ b/updater/src/updater.rs @@ -289,7 +289,7 @@ impl Updater { } impl ChainNotify for Updater { - fn new_blocks(&self, _imported: Vec, _invalid: Vec, _enacted: Vec, _retracted: Vec, _sealed: Vec, _duration: u64) { + fn new_blocks(&self, _imported: Vec, _invalid: Vec, _enacted: Vec, _retracted: Vec, _sealed: Vec, _proposed: Vec, _duration: u64) { // TODO: something like this // if !self.client.upgrade().map_or(true, |c| c.is_major_syncing()) { self.poll();