add CU cost for trace_callMany
arbitrary cost. we should do some actual calculations
This commit is contained in:
parent
f49a64e551
commit
e15235e2a3
@ -100,6 +100,7 @@ impl ComputeUnit {
|
||||
(_, "test") => 0,
|
||||
(_, "trace_block") => 24,
|
||||
(_, "trace_call") => 75,
|
||||
(_, "trace_callMany") => 75 * 3,
|
||||
(_, "trace_filter") => 75,
|
||||
(_, "trace_get") => 17,
|
||||
(_, "trace_rawTransaction") => 75,
|
||||
|
Loading…
Reference in New Issue
Block a user