Discussion of engineering best practices, design patterns and security for smart contracts
Error encountered, bailing. Network state unknown. Review successful transactions manually.
exceeds block gas limit
```var gas = await commitFunction.EstimateGasAsync(platformAccount.Address, new Nethereum.Hex.HexTypes.HexBigInteger(15000), new HexBigInteger(Nethereum.Util.UnitConversion.Convert.ToWei(0)), id.HexToByteArray()).ConfigureAwait(false);```
I wanna estimate gas, but got error: gas required exceeds allowance or always failing transaction.