If a transaction is processed on chain and fails due to lack of gas, it will be reverted. Currently this would trigger a txFailed message. Add a new message, txOutOfGas, for the specific failure caused by gas limit too low for transaction.
Requires server update that supports this message.
If a transaction is processed on chain and fails due to lack of gas, it will be reverted. Currently this would trigger a
txFailedmessage. Add a new message,txOutOfGas, for the specific failure caused by gas limit too low for transaction.Requires server update that supports this message.