MAINT: cosmetics

This commit is contained in:
lenak25
2018-02-20 14:51:25 +02:00
parent bd88ba2277
commit 2becc4157a
+2 -2
View File
@@ -47,11 +47,11 @@ def get_key_secret(pubAddr, wallet='mew'):
if wallet == 'mew':
print('\nObtaining a key/secret pair to streamline all future '
'requests with the authentication server.\n'
'Visit https://www.myetherwallet.com/signmsg.html and sign the'
'Visit https://www.myetherwallet.com/signmsg.html and sign the '
'following message:\n{}'.format(nonce))
signature = input('Copy and Paste the "sig" field from '
'the signature here (without the double quotes, '
'only the HEX value:\n')
'only the HEX value):\n')
else:
raise MarketplaceWalletNotSupported(wallet=wallet)