Skip to content

Commit

Permalink
xmr: show address fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusanka committed Oct 22, 2018
1 parent abd27e6 commit 260130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/monero/get_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async def get_address(ctx, msg):

if msg.show_display:
while True:
if await show_address(ctx, creds.address.decode("ascii")):
if await show_address(ctx, creds.address.decode("ascii"), msg.address_n):
break
if await show_qr(ctx, creds.address.decode("ascii")):
break
Expand Down

0 comments on commit 260130c

Please sign in to comment.