Web3js error when send transaction

Transaction is not sent, returns error Returned error: already known
previously, the method worked.

1 Like

Hey, this error is returned if a transaction was already in the mempool. It has to be the exact same transaction, because it is compared by txHash. Are you trying to send the transaction with exactly the same parameters as the previously submitted one ?

1 Like