Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Sep 5, 2024
1 parent 5f88468 commit 1af89bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vm/builtins/layouts.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func getPlainLayout() Layout {
}

func getRecursiveLayout() Layout {
return Layout{Name: "small", RcUnits: 16, Builtins: []LayoutBuiltin{
return Layout{Name: "recursive", RcUnits: 16, Builtins: []LayoutBuiltin{
{Runner: &Output{}, Builtin: starknet.Output},
{Runner: &Pedersen{ratio: 128}, Builtin: starknet.Pedersen},
{Runner: &RangeCheck{ratio: 8, RangeCheckNParts: 8}, Builtin: starknet.RangeCheck},
Expand Down

0 comments on commit 1af89bc

Please sign in to comment.