mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 23:41:02 +00:00
delay before voting on proposals (#123)
This commit is contained in:
committed by
GitHub
parent
bdf156d35e
commit
e9cdd45145
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user