1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

add missing networkType

This commit is contained in:
Maroš Špak 2018-12-12 15:01:39 +01:00
parent 461865de1c
commit 4273adda27

View File

@ -151,6 +151,7 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
*/
export const toggleAdvanced = (): Action => ({
type: SEND.TOGGLE_ADVANCED,
networkType: "ethereum",
});
/*