process comments on PR 27920

This commit is contained in:
Zubin Pratap 2023-08-16 16:27:25 +10:00
parent 1ba9a38dfd
commit d9a88d55dc
No known key found for this signature in database

View file

@ -229,7 +229,7 @@ func main() {
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 {
fmt.Print("error reading key file: ", err)
}