changed depth of channel
This commit is contained in:
parent
bf5371ea8b
commit
fb3e471172
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ var rootCmd = &cobra.Command{
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
laddrReturner := make(chan string, 2)
|
laddrReturner := make(chan string, 3)
|
||||||
go yggdrasil.Yggdrasil(v, laddrReturner)
|
go yggdrasil.Yggdrasil(v, laddrReturner)
|
||||||
go blockchain.Run(ctx, dbPath, config, laddrReturner)
|
go blockchain.Run(ctx, dbPath, config, laddrReturner)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue