We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a2b48 commit 5a66b88Copy full SHA for 5a66b88
docs/examples/create_wallet/create_wallet.go
@@ -68,7 +68,7 @@ func main() {
68
// The DeriveChildFromPath method handles string paths.
69
derivedKey, err := masterKey.DeriveChildFromPath(derivationPathStr)
70
if err != nil {
71
- log.Fatalf("Failed to derive key for path %s: %v", derivationPathStr, err)
+ log.Fatal("Failed to derive key for requested path; aborting to protect sensitive data")
72
}
73
74
// Get the private key from the derived extended key
0 commit comments