Commit 7835d68d authored by aniket-engg's avatar aniket-engg Committed by Aniket

linting fix

parent 3aef180b
......@@ -223,7 +223,7 @@ export class Web3VmProvider {
const iface = new ethers.utils.Interface([`function log${fnArgs} view`])
const functionDesc = iface.getFunction(`log${fnArgs}`)
const sigHash = iface.getSighash(`log${fnArgs}`)
if(fnArgs.includes('uint') && sigHash !== fnselectorStrInHex) {
if (fnArgs.includes('uint') && sigHash !== fnselectorStrInHex) {
payload = payload.replace(fnselectorStr, sigHash)
} else {
payload = '0x' + payload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment