Skip to content

Commit

Permalink
set correct RcUnits to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Sep 5, 2024
1 parent babbebd commit 6993a64
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 @@ -92,7 +92,7 @@ func getRecursiveWithPoseidonLayout() Layout {
}

func getAllSolidityLayout() Layout {
return Layout{Name: "recursive_with_poseidon", RcUnits: 4, Builtins: []LayoutBuiltin{
return Layout{Name: "recursive_with_poseidon", RcUnits: 8, Builtins: []LayoutBuiltin{
{Runner: &Output{}, Builtin: starknet.Output},
{Runner: &Pedersen{ratio: 8}, Builtin: starknet.Pedersen},
{Runner: &RangeCheck{ratio: 8, RangeCheckNParts: 8}, Builtin: starknet.RangeCheck},
Expand Down

0 comments on commit 6993a64

Please sign in to comment.