diff --git a/src/bridge/EthereumJSBridge.js b/src/bridge/EthereumJSBridge.js index 0415b2c8..794d617b 100644 --- a/src/bridge/EthereumJSBridge.js +++ b/src/bridge/EthereumJSBridge.js @@ -263,7 +263,7 @@ const EthereumBridge: WalletBridge = { getMaxAmount: (a, t) => Promise.resolve(a.balance - t.gasPrice), - signAndBroadcast: async (a, t, deviceId) => { + signAndBroadcast: async ({ account: a, transaction: t, deviceId }) => { const api = apiForCurrency(a.currency) const nonce = await api.getAccountNonce(a.address)