This commit is contained in:
Peter D. Gray 2025-02-27 09:02:30 -05:00
parent bb3073af76
commit 72fef6d5b8
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ class CCCFeature:
@classmethod
async def web2fa_challenge(cls):
# they are trying to sign something, so make them get our their phone
# they are trying to sign something, so make them get out their phone
# - at this point they have already ok'ed the details of the txn
# - and we have approved other elements of the spending policy.
# - could show MS wallet name, or txn details but will not because that is

View File

@ -264,7 +264,7 @@ class CardSlot:
self.active_led = self.active_led2 if use_b_slot else self.active_led1
def __enter__(self):
# Mk4: maybe use our virtual disk in preference to SD Card
# maybe use our virtual disk in preference to SD Card
if glob.VD and (self.force_vdisk or not self.is_inserted()):
self.mountpt = glob.VD.mount(self.readonly)
return self