diff --git a/pkg/node/local.go b/pkg/node/local.go index 16d378754..c024c59bd 100644 --- a/pkg/node/local.go +++ b/pkg/node/local.go @@ -93,7 +93,7 @@ func TrackSubnetWithLocalMachine( if err != nil { return err } - ctx, cancel := utils.GetANRContext() + ctx, cancel := network.BootstrappingContext() defer cancel() status, err := cli.Status(ctx) if err != nil {