Skip to content

Commit

Permalink
fix(advancer): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Sep 30, 2024
1 parent ee7b895 commit 457bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/node/advancer/advancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (advancer *Advancer) Poller(pollingInterval time.Duration) (*poller.Poller,
// Step steps the Advancer for one processing cycle.
// It gets unprocessed inputs from the repository,
// runs them through the cartesi machine,
// and updates the repository with the ouputs.
// and updates the repository with the outputs.
func (advancer *Advancer) Step(ctx context.Context) error {
apps := advancer.machines.Apps()

Expand Down

0 comments on commit 457bde5

Please sign in to comment.