Skip to content

Commit

Permalink
feat(besu-exporter): add missing bigInt package (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
letypequividelespoubelles authored May 14, 2024
1 parent 4ef5aee commit dd0acb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/exporters/besu_trace_columns.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

package net.consensys.linea.zktracer.module.{{ module }};

import java.math.BigInteger;
import java.nio.MappedByteBuffer;
import java.util.BitSet;
import java.util.List;
Expand Down

0 comments on commit dd0acb9

Please sign in to comment.