1
0
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:
Szymon Lesisz 2018-05-16 16:47:20 +02:00
parent a62559909d
commit b90ba80ec4

View File

@ -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;