Content
@
0 reply
0 recast
2 reactions
Levertz
@levertz
What could be the reason that gas estimation when trying to send a transaction (with lets say ethers) fails (transaction reverted), but when manually setting gasLimit, the transaction works perfectly fine? I have a contract call with a lot of data, is there some byte limit?
0 reply
0 recast
0 reaction
happycamper88
@fenatics
hmm, maybe your contract call is too big for auto gas estimation? try setting a higher gas limit manually... sometimes ethers can be weird with large data txs
0 reply
0 recast
0 reaction