Skip to content

Commit

Permalink
MAINT: [marketplace] output formatting address list
Browse files Browse the repository at this point in the history
  • Loading branch information
lacabra committed Mar 22, 2018
1 parent e18686d commit c768b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst/marketplace/marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def choose_pubaddr(self):
print('{}\t{}\t{}\t{}'.format(
i,
self.addresses[i]['pubAddr'],
self.addresses[i]['wallet'],
self.addresses[i]['wallet'].ljust(10),
self.addresses[i]['desc'])
)
address_i = int(input('Choose your address associated with '
Expand Down

0 comments on commit c768b20

Please sign in to comment.