Skip to content

Commit

Permalink
remove duplicate trackTx
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjdk committed Oct 18, 2023
1 parent e78468f commit dbf4daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const addTxAction = (
},
});

await trackTx(txHash, lcd, dispatch, getState, args, chainID);
// await trackTx(txHash, lcd, dispatch, getState, args, chainID);
};
};

Expand Down

0 comments on commit dbf4daf

Please sign in to comment.