1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 03:08:30 +00:00

removed unused action

This commit is contained in:
Szymon Lesisz 2018-09-13 14:43:02 +02:00
parent 67eadc332d
commit 8884d65c8f

View File

@ -210,8 +210,6 @@ const discoverAccount = (device: TrezorDevice, discoveryProcess: Discovery): Asy
transactions: account.transactions
}
});
dispatch( Web3Actions.getTxInput() );
}
if (accountIsEmpty) {