Skip to content

Commit

Permalink
explicit long
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchhill committed Dec 11, 2024
1 parent 7fe16a6 commit 1928bad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private MapFp2ToG2Precompile()

public static Address Address { get; } = Address.FromNumber(0x13);

public long BaseGasCost(IReleaseSpec releaseSpec) => 17000;
public long BaseGasCost(IReleaseSpec releaseSpec) => 17000L;

public long DataGasCost(ReadOnlyMemory<byte> inputData, IReleaseSpec releaseSpec) => 0L;

Expand Down

0 comments on commit 1928bad

Please sign in to comment.