Skip to content

Commit

Permalink
swapping the implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandone committed Oct 6, 2024
1 parent b904ef0 commit b0e9fd1
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 @@ -40,7 +40,7 @@ func (ctrl *DefaultController) GetLedgerController(ctx context.Context, name str
var ledgerController ledgercontroller.Controller = ledgercontroller.NewDefaultController(
*l,
store,
ledgercontroller.NewDefaultMachineFactory(ctrl.compiler),
&ledgercontroller.DefaultInterpreterMachineFactory{},
)

// Add cache regarding database state
Expand Down

0 comments on commit b0e9fd1

Please sign in to comment.