grapevine account info should not show the private key. It is reasonable that someone might want to show this command to someone else.
Remove the private key from printing in the above command
Add grapevine account export which simply prints the private key in hex
This implies the functionality of a grapevine account import command, however we will not handle this right now since the ~/.grapevine/grapevine.key file can be manually created for now
grapevine account info
should not show the private key. It is reasonable that someone might want to show this command to someone else.Add
grapevine account export
which simply prints the private key in hexThis implies the functionality of a
grapevine account import
command, however we will not handle this right now since the ~/.grapevine/grapevine.key file can be manually created for now