diff --git a/cli/root.go b/cli/root.go index 7375875..1a7efc4 100644 --- a/cli/root.go +++ b/cli/root.go @@ -51,7 +51,7 @@ var rootCmd = &cobra.Command{ } ctx, cancel := context.WithCancel(context.Background()) - laddrReturner := make(chan string, 2) + laddrReturner := make(chan string, 3) go yggdrasil.Yggdrasil(v, laddrReturner) go blockchain.Run(ctx, dbPath, config, laddrReturner)