Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jimni1222 committed Jul 11, 2022
1 parent 5a7ebcc commit 2c23d55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

public class Transaction implements TestComponent {
public static int DEFAULT_CHAIN_ID = 2019;
public static BigInteger DEFAULT_GAS_PRICE = Convert.toPeb("25", Convert.Unit.STON).toBigInteger();

private InnerTransaction tx;
private String deployedAddress;
Expand Down

0 comments on commit 2c23d55

Please sign in to comment.