Skip to content

Commit

Permalink
tx_history false
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Jan 31, 2024
1 parent fa8cb2e commit b5e2f49
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 @@ -855,7 +855,7 @@ namespace atomic_dex
.servers = coin_config.electrum_urls.value_or(get_electrum_server_from_token(coin_config.ticker)),
.coin_type = coin_config.coin_type,
.is_testnet = coin_config.is_testnet.value_or(false),
.with_tx_history = true
.with_tx_history = false
};
if (coin_config.merge_utxos.value_or(false))
{
Expand Down

0 comments on commit b5e2f49

Please sign in to comment.