mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
Read segwit from input
This commit is contained in:
parent
0094706e0e
commit
d01aa69c26
@ -95,7 +95,8 @@ function processMessage(event) {
|
||||
data['node'],
|
||||
data['firstIndex'],
|
||||
data['lastIndex'],
|
||||
data['version']
|
||||
data['version'],
|
||||
!!data['segwit']
|
||||
);
|
||||
postMessage({
|
||||
'addresses': addresses,
|
||||
|
Loading…
Reference in New Issue
Block a user