remove escape from Samourai descriptor export

This commit is contained in:
scgbckbone 2024-03-26 20:26:37 +01:00 committed by doc-hex
parent b62073ce77
commit 57b813f39d

View File

@ -1161,8 +1161,7 @@ async def samourai_account_descriptor(name, account_num):
ch = await ux_show_story(
ss_descriptor_export_story(
addition=" for Samourai %s account." % name,
background="\n"),
escape='1'
background="\n")
)
if ch != 'y':