Skip to content

Commit

Permalink
fix vm test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Dec 29, 2024
1 parent e1aba3a commit 391bd4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func NewTestVM(
options := defaultvm.NewDefaultOptions()
options = append(options, vm.WithManual())
vm, err := vm.New(
version.Semantic1_0_0,
genesis.DefaultGenesisFactory{},
balance.NewPrefixBalanceHandler([]byte{0}),
metadata.NewDefaultManager(),
Expand Down

0 comments on commit 391bd4f

Please sign in to comment.