mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-26 08:58:06 +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
|
||||
},
|
||||
path,
|
||||
showOnTrezor: false
|
||||
showOnTrezor: false,
|
||||
keepSession: true
|
||||
});
|
||||
if (discoveryProcess.interrupted) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user