mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
re
This commit is contained in:
parent
cc367f9ebe
commit
a2eb7a8bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ var (
|
|||
func init() {
|
||||
go func() {
|
||||
time.Sleep(5 * time.Minute)
|
||||
panic("wtf")
|
||||
panic("wtf2")
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue