chenzhijie / go-web3

Ethereum Golang API, JSON-RPC client, Smart contract transaction API.
GNU Lesser General Public License v3.0
219 stars 74 forks source link

invalid sender error #10

Closed ruymaster closed 2 years ago

ruymaster commented 2 years ago

Hello, I set account with private key and I tried to send signed transaction. but I got error when sending transaction.

{"code":-32000,"message":"invalid sender"}

Can you help me?