0

When I try to transaction on the "goerli" chain,the method "eth_sendRawTransaction" response "only replay-protected (EIP-155) transactions allowed over RPC", how i can get the right answer?

Charly El
  • 11
  • 2
  • Try to run the node with --rpc.allow-unprotected-txs check this [link] (https://ethereum.stackexchange.com/questions/94412/valueerror-code-32000-message-only-replay-protected-eip-155-transac) – R.V Mar 09 '23 at 11:25
  • Thanks! Will try – Charly El Mar 09 '23 at 11:33
  • It seems you are using the "old" standard to sign transactions. To avoid replaying attacks you should try using the "new" EIP-155 standard for signing the transactions. – Ismael Mar 13 '23 at 05:31

0 Answers0