'Ethereum sendtransaciton(EIP-155)

I'm Beginner of Ethereum and now test the transaction in My testnet when I testing the sendtransaction below eth.sendTransaction({from:eth.accounts[0], to:eth.accounts[1], value:web3.toWei(10), chainId: 0})

Return error like this "Error: only replay-protected (EIP-155) transactions allowed over RPC"

How can I modify it? enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source