Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Jul 16, 2024
1 parent 49be60d commit cc0c56d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/morpheusvm/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/ava-labs/hypersdk/codec"
"github.com/ava-labs/hypersdk/examples/morpheusvm/consts"
"github.com/ava-labs/hypersdk/examples/morpheusvm/storage"
"github.com/ava-labs/hypersdk/genesis"
hgenesis "github.com/ava-labs/hypersdk/genesis"
"github.com/ava-labs/hypersdk/state"
"github.com/ava-labs/hypersdk/vm"
Expand Down Expand Up @@ -71,5 +70,5 @@ func (g *Genesis) Load(ctx context.Context, tracer trace.Tracer, mu state.Mutabl
}

func (g *Genesis) Rules(_ int64, networkID uint32, chainID ids.ID) chain.Rules {
return genesis.New(&g.Genesis, networkID, chainID)
return hgenesis.New(&g.Genesis, networkID, chainID)
}

0 comments on commit cc0c56d

Please sign in to comment.