Skip to content

Commit

Permalink
Removed err group
Browse files Browse the repository at this point in the history
  • Loading branch information
momoshell authored and 0xSasaPrsic committed Dec 3, 2021
1 parent c634394 commit f3bc0ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridge/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func StartBridgeWithCtx(shutdownCtx context.Context) error {
cliCtx.BroadcastMode = client.BroadcastAsync
cliCtx.TrustNode = true

g := new(errgroup.Group)
// start bridge services only when node fully synced
loop := true
for loop {
Expand Down

0 comments on commit f3bc0ac

Please sign in to comment.