Skip to content

Commit

Permalink
add commit
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Mar 14, 2024
1 parent 3fbdf59 commit c75785f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/async-backing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ pub mod pallet {
/// A way to get the current parachain slot and verify it's validity against the relay slot.
type GetAndVerifySlot: GetAndVerifySlot;

/// Purely informative, but used by mocking tools like chospticks to allow knowing how to mock
/// blocks
#[pallet::constant]
type ExpectedBlockTime: Get<Self::Moment>;
}
Expand Down

0 comments on commit c75785f

Please sign in to comment.