diff --git a/core/builder.go b/core/builder.go index aacb51884bd2..7f6cfbe871c1 100644 --- a/core/builder.go +++ b/core/builder.go @@ -84,7 +84,7 @@ func NewNode(ctx context.Context, cfg *BuildCfg) (*IpfsNode, error) { return nil, fmt.Errorf("building fx opts: %w", err) } } - opts = append(opts, fx.Extract(n)) + opts = append(opts, fx.Populate(n)) app := fx.New(opts...)