peerplays-network / python-peerplays

This is a communications library which allows interface with the Peerplays blockchain directly and without the need for a cli_wallet. It provides a wallet interface and can construct any kind of transactions and properly sign them for broadcast.
MIT License
22 stars 13 forks source link

error in cli_wallet help message after adding a private key #20

Open bobinson opened 5 years ago

bobinson commented 5 years ago

cli_wallet returns the following message after adding a private key:

Steps to reproduce .... peerplays --node wss://ppyws.roelandp.nl/ws addkey

Private Key (wif) [Enter to quit]:
==============================
Setting new default user: USERNAME

You can change these settings with:
    uptick set default_account <account>
==============================    

Is this expected ? ideally the message should say, peerplays instead of uptick IMHO.

relevant code https://github.com/PBSA/python-peerplays/blob/9146c985dfbd5d6468427b658dbb0c958f933c7e/peerplays/cli/wallet.py#L80

xeroc commented 5 years ago

Not expected .. its shared code base with uptick .. can be changed to peerplays