mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-14 04:19:09 +00:00
disable erc20 autoloading
This commit is contained in:
parent
d98c300e77
commit
0c04aef293
@ -2,7 +2,7 @@
|
||||
|
||||
import TrezorConnect from 'trezor-connect';
|
||||
import * as DISCOVERY from 'actions/constants/discovery';
|
||||
import { createAccountTokens } from 'actions/TokenActions';
|
||||
// import { createAccountTokens } from 'actions/TokenActions';
|
||||
import { enhanceAccount } from 'utils/accountUtils';
|
||||
import type { PromiseAction, Dispatch, GetState, TrezorDevice, Network, Account } from 'flowtype';
|
||||
import type { Discovery } from 'reducers/DiscoveryReducer';
|
||||
@ -60,9 +60,9 @@ export const discoverAccount = (
|
||||
device,
|
||||
});
|
||||
|
||||
if (response.payload.tokens) {
|
||||
dispatch(createAccountTokens(account, response.payload.tokens));
|
||||
}
|
||||
// if (response.payload.tokens) {
|
||||
// dispatch(createAccountTokens(account, response.payload.tokens));
|
||||
// }
|
||||
|
||||
return account;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user