Skip to content

Commit

Permalink
Remove unused private field in Web3ImplTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs authored and Vovchyk committed Sep 16, 2024
1 parent 17b20ac commit 78a6dc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rskj-core/src/test/java/org/ethereum/rpc/Web3ImplTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3119,14 +3119,12 @@ private void assertInvalidInput(Function<Map, String> toInvoke) {

//Chain Param Object creations
private class ChainParams {
private final World world;
private final Web3Impl web3;
private final String accountAddress;
private final Block block;
private CallArguments argsForCall; // for call tests could be null

private ChainParams(World world, String accountAddress, Block block) {
this.world = world;
this.web3 = createWeb3(world);
this.accountAddress = accountAddress;
this.block = block;
Expand Down

0 comments on commit 78a6dc0

Please sign in to comment.