python-peerplays icon indicating copy to clipboard operation
python-peerplays copied to clipboard

error in cli_wallet help message after adding a private key

Open bobinson opened this issue 6 years ago • 1 comments
trafficstars

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

bobinson avatar Feb 16 '19 09:02 bobinson

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

xeroc avatar Feb 19 '19 11:02 xeroc