Update birthday related code #27

Merged
roylee17 merged 2 commits from roylee/update-birthday-related-code into master 2022-09-13 19:59:26 +02:00
Showing only changes of commit 6fb2ed154a - Show all commits

View file

@ -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 (