Open esteblock opened 1 year ago
Currently, contractInvoke can know straight away if the tx will fail in the line const sendTransactionResponse = await server.sendTransaction(tx) There is no need to wait 20 seconds looking for a tx that you know has already failed
const sendTransactionResponse = await server.sendTransaction(tx)
see logs:
Currently, contractInvoke can know straight away if the tx will fail in the line
const sendTransactionResponse = await server.sendTransaction(tx)
There is no need to wait 20 seconds looking for a tx that you know has already failedsee logs: