mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
delay before voting on proposals (#123)
This commit is contained in:
committed by
GitHub
parent
1c5d6d59a7
commit
002cacd26c
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user