mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-26 17:08:07 +00:00
keep session during discovery
This commit is contained in:
parent
a62559909d
commit
b90ba80ec4
@ -217,7 +217,8 @@ const discoverAddress = (device: TrezorDevice, discoveryProcess: Discovery): Asy
|
|||||||
state: device.state
|
state: device.state
|
||||||
},
|
},
|
||||||
path,
|
path,
|
||||||
showOnTrezor: false
|
showOnTrezor: false,
|
||||||
|
keepSession: true
|
||||||
});
|
});
|
||||||
if (discoveryProcess.interrupted) return;
|
if (discoveryProcess.interrupted) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user