I have a Nodejs api which listens to events emitted on my contract, and calls another method on the contract.
I am able to call the method when the event is first received but the second time it throws a nonce too low ;
And it doesn't seem to work when sending multiple requests in parallel (using infura).
I have a Nodejs api which listens to events emitted on my contract, and calls another method on the contract. I am able to call the method when the event is first received but the second time it throws a
nonce too low
;And it doesn't seem to work when sending multiple requests in parallel (using infura).
Any help would be greatly appreciated!