fix(python): remove extraneous empty line from descriptors output

[skip_ci]
pull/1448/head
Pavol Rusnak 3 years ago
parent 1d4cff97ec
commit 81ae1d0ec0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -240,7 +240,6 @@ def get_descriptor(client, coin, account, script_type, show_display):
"""Get descriptor of given account."""
try:
ds = _get_descriptor(client, coin, account, script_type, show_display)
click.echo()
for d in ds:
click.echo(d)
except ValueError as e:

Loading…
Cancel
Save