mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Calculate timeouts
This commit is contained in:
@@ -45,6 +45,8 @@ impl Network for TestNetwork {
|
||||
type Weights = TestWeights;
|
||||
type Block = TestBlock;
|
||||
|
||||
const BLOCK_TIME: u32 = 1;
|
||||
|
||||
fn weights(&self) -> Arc<TestWeights> {
|
||||
Arc::new(TestWeights)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user