Skip to content

Commit

Permalink
fix: cached parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 23, 2024
1 parent 9471702 commit c02c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/system/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (ctrl *DefaultController) GetLedgerController(ctx context.Context, name str
var ledgerController ledgercontroller.Controller = ledgercontroller.NewDefaultController(
*l,
store,
ledgercontroller.NewDefaultNumscriptParser(),
ctrl.parser,
ledgercontroller.WithMeter(ctrl.meter),
)

Expand Down

0 comments on commit c02c5e5

Please sign in to comment.