Skip to content

Commit

Permalink
no tx_history for erc20
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Mar 18, 2024
1 parent 0d4515c commit 0faa4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/services/mm2/mm2.service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ namespace atomic_dex

if (coin_info.is_erc_family)
{
tokens_to_fetch.push_back(ticker);
//tokens_to_fetch.push_back(ticker);
}
else
{
Expand Down

0 comments on commit 0faa4a9

Please sign in to comment.