This commit is contained in:
Peter D. Gray 2023-12-05 13:47:36 -05:00
parent bac6a98a72
commit 83341c30a0
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -673,9 +673,9 @@ class QRScannerInteraction:
return
if what == 'words':
from seed import ephemeral_seed_import_done_cb # dirty API
from seed import set_ephemeral_seed_words # dirty API
words, = vals
await ephemeral_seed_import_done_cb(words)
await set_ephemeral_seed_words(words, meta='From QR')
return
if what == 'psbt':