mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
process comments on PR 27920
This commit is contained in:
parent
1ba9a38dfd
commit
d9a88d55dc
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ func main() {
|
||||||
log.Fatalf("Failed to connect to the Ethereum client: %v", err)
|
log.Fatalf("Failed to connect to the Ethereum client: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
keyDataBytes, err := os.ReadFile(keyFile)
|
keyDataBytes, err := os.ReadFile(<<path/to/keystore/file>>)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Print("error reading key file: ", err)
|
fmt.Print("error reading key file: ", err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue