Skip to content

Commit

Permalink
Fix inject send
Browse files Browse the repository at this point in the history
  • Loading branch information
monokh committed Oct 29, 2020
1 parent 5c94ada commit 87ee036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/actions/executeRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const executeRequest = async ({ getters, dispatch }, { request }) => {
// Send transactions through wallet managed action
if (request.method === 'chain.sendTransaction') {
return dispatch('sendTransaction', {
network: request.netwrok,
network: request.network,
walletId: request.walletId,
asset: request.asset,
to: request.args[0],
Expand Down

0 comments on commit 87ee036

Please sign in to comment.