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
+1 -1
View File
@@ -100,7 +100,7 @@ pub trait BlockBuilder: Sized {
}
/// A checked block identifier.
pub trait CheckedBlockId: Clone {
pub trait CheckedBlockId: Clone + 'static {
/// Yield the underlying block ID.
fn block_id(&self) -> &BlockId;
}