umbracle / ethgo

Ethereum Golang API
https://www.ethgoproject.io
Mozilla Public License 2.0
484 stars 135 forks source link

Wrong wallet from private key #213

Closed femtoeu closed 2 years ago

femtoeu commented 2 years ago

I'm trying to use my private key from metamask but it returns wrong wallet address.

I'm using wallet.NewWalletFromPrivKey([]byte("privKey"))

ferranbt commented 2 years ago

The same issue as in #174