mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
sen payload to EthereumBlockchainActions.onNotification from BlockchainActions
This commit is contained in:
parent
bab5007847
commit
63fb8109cb
@ -90,7 +90,7 @@ export const onNotification = (payload: $ElementType<BlockchainNotification, 'pa
|
||||
switch (network.type) {
|
||||
case 'ethereum':
|
||||
// this is not working until blockchain-link will start support blockbook backends
|
||||
await dispatch(EthereumBlockchainActions.onNotification());
|
||||
await dispatch(EthereumBlockchainActions.onNotification(payload));
|
||||
break;
|
||||
case 'ripple':
|
||||
await dispatch(RippleBlockchainActions.onNotification(payload));
|
||||
|
Loading…
Reference in New Issue
Block a user