ui: newline in visualize bip21
This commit is contained in:
parent
6d31ed05ef
commit
d4c559a302
@ -1061,8 +1061,9 @@ async def ux_visualize_bip21(proto, addr, args):
|
||||
|
||||
if args:
|
||||
msg += 'And values for: ' + ', '.join(args)
|
||||
msg += "\n"
|
||||
|
||||
msg += 'Press (1) to verify ownership.'
|
||||
msg += '\nPress (1) to verify ownership.'
|
||||
|
||||
ch = await ux_show_story(msg, title="Payment Address", escape='1')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user