diff --git a/ethcore/src/engines/authority_round.rs b/ethcore/src/engines/authority_round.rs
index 02993fe83..a478df6bb 100644
--- a/ethcore/src/engines/authority_round.rs
+++ b/ethcore/src/engines/authority_round.rs
@@ -73,14 +73,15 @@ pub struct AuthorityRound {
step: AtomicUsize,
proposed: AtomicBool,
account_provider: Mutex