comments
This commit is contained in:
parent
bb3073af76
commit
72fef6d5b8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user