Skip to content

Commit

Permalink
client: add skipNonce to eth_call
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jul 21, 2021
1 parent 03dc6d3 commit a2044f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/rpc/modules/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class Eth {
return from
}

const { execResult } = await vm.runTx({ tx })
const { execResult } = await vm.runTx({ tx, skipNonce: true })
return bufferToHex(execResult.returnValue)
}

Expand Down

0 comments on commit a2044f0

Please sign in to comment.