File tree 2 files changed +2
-3
lines changed
src/main/java/org/web3j/abi
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ public TransactionReceipt call() throws Exception {
132
132
return executeTransaction (function );
133
133
}
134
134
});
135
- return result ;
136
135
}
137
136
138
137
protected EventValues extractEventParameters (
Original file line number Diff line number Diff line change 22
22
public abstract class ManagedTransaction {
23
23
24
24
// Sensible defaults as of November 2016...
25
- public static final BigInteger GAS_PRICE = BigInteger .valueOf (50_000_000_000L );
26
- public static final BigInteger GAS_LIMIT = BigInteger .valueOf (2_000_000 );
25
+ public static final BigInteger GAS_PRICE = BigInteger .valueOf (50000000000L );
26
+ public static final BigInteger GAS_LIMIT = BigInteger .valueOf (2000000 );
27
27
28
28
private static final int SLEEP_DURATION = 15000 ;
29
29
private static final int ATTEMPTS = 40 ;
You can’t perform that action at this time.
0 commit comments