Skip to content

Commit

Permalink
reintegreate ref table in module to count (#1215)
Browse files Browse the repository at this point in the history
Signed-off-by: Francois Bojarski <[email protected]>
  • Loading branch information
letypequividelespoubelles authored Sep 17, 2024
1 parent b877961 commit d437e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public List<Module> getModulesToCount() {
txnData,
wcp,
l2Block),
precompileLimitModules().stream())
Stream.concat(precompileLimitModules().stream(), refTableModules.stream()))
.toList();
}

Expand Down

0 comments on commit d437e8e

Please sign in to comment.