Skip to content

printing the private key on console DO NOT USE IN PRODUCTION#334

Open
vishalchangrani wants to merge 1 commit into
flow-hydraulics:mainfrom
onflow:vishal/print_key
Open

printing the private key on console DO NOT USE IN PRODUCTION#334
vishalchangrani wants to merge 1 commit into
flow-hydraulics:mainfrom
onflow:vishal/print_key

Conversation

@vishalchangrani
Copy link
Copy Markdown

No description provided.

Comment thread main.go
fmt.Println("HashAlgo" + k.HashAlgo)
fmt.Println("SignAlgo" + k.SignAlgo)
fmt.Println("Type" + k.Type)
fmt.Println("Private Key DO NOT SHARE" + pkKey.Value)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work because keys are not loaded with public endpoints. See https://github.com/flow-hydraulics/flow-wallet-api/pull/335/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants