Update birthday related code #27
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
||||||
const (
|
const (
|
||||||
// defaultBlockInterval is the default time interval between any two
|
// defaultBlockInterval is the default time interval between any two
|
||||||
// blocks in a mocked chain.
|
// blocks in a mocked chain.
|
||||||
defaultBlockInterval = 10 * time.Minute
|
defaultBlockInterval = 150 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue