Skip to content

Commit

Permalink
Increment max gas limit to 2,000,000
Browse files Browse the repository at this point in the history
  • Loading branch information
omurovch committed Feb 17, 2021
1 parent caebdbb commit 9480ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class EthereumKit(
private val accountStateSubject = PublishSubject.create<AccountState>()

val defaultGasLimit: Long = 21_000
private val maxGasLimit: Long = 1_000_000
private val maxGasLimit: Long = 2_000_000
private val defaultMinAmount: BigInteger = BigInteger.ONE

private var started = false
Expand Down

0 comments on commit 9480ee4

Please sign in to comment.