delay before voting on proposals (#123)

This commit is contained in:
Robert Habermeier
2018-04-12 16:35:48 +02:00
committed by GitHub
parent bdf156d35e
commit e9cdd45145
4 changed files with 31 additions and 6 deletions
@@ -23,6 +23,11 @@ error_chain! {
Bft(::bft::Error, ::bft::ErrorKind);
}
foreign_links {
Io(::std::io::Error);
SharedIo(::futures::future::SharedError<::std::io::Error>);
}
errors {
InvalidDutyRosterLength(expected: usize, got: usize) {
description("Duty Roster had invalid length"),