Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kim <[email protected]>
  • Loading branch information
joshua-kim committed Sep 20, 2024
1 parent 62a35c7 commit 15147a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ type VM interface {
SubnetID() ids.ID
Tracer() trace.Tracer
Logger() logging.Logger
ActionRegistry() chain.ActionRegistry
OutputRegistry() chain.OutputRegistry
AuthRegistry() chain.AuthRegistry
ActionRegistry() *codec.TypeParser[chain.Action]
OutputRegistry() *codec.TypeParser[codec.Typed]
AuthRegistry() *codec.TypeParser[chain.Auth]
Rules(t int64) chain.Rules
Submit(
ctx context.Context,
Expand Down

0 comments on commit 15147a6

Please sign in to comment.