Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(connector-xdai): web3.eth.estimateGas, works considering called s…
…olidity method do not throw an exception. So, for method having modifier with access control on msg.sender calling estimateGas without from field throws error.to make it work ,transactionConfig.from = web3SigningCredential.ethAccount before calling estimateGas Signed-off-by: Pritam Singh <pkspritam16@gmail.com>
- Loading branch information