-
Notifications
You must be signed in to change notification settings - Fork 21.4k
Closed
Labels
Description
System information
Geth version: v1.9.18
OS & Version: Arch Linux
Expected behaviour
personal.sign
should returned signed hex string successfully
Actual behaviour
GoError: Error: invalid address
Steps to reproduce the behaviour
- Attach to interactive console of a full node on a private chain with
geth attach
- Execute
personal.newAccount()
to create a new account - Use the newly created account to sign random message
acc = personal.listAccounts[0] // 0x79675200a034a60659f625d29a95f3630e825c62
personal.sign(msg, acc)
- Double check the address is valid with web3 utils
Backtrace
GoError: Error: invalid address at web3.js:3930:11(47)
at native
at <eval>:1:18(7)