Skip to content

Commit

Permalink
Merge pull request KomodoPlatform#2405 from KomodoPlatform/fix-custom…
Browse files Browse the repository at this point in the history
…-evm-send

default is_testnet should be false
  • Loading branch information
smk762 authored and TheComputerGenie committed Jan 21, 2024
1 parent 28a286b commit f14708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/pages/qt.settings.page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ namespace atomic_dex
out["adex_cfg"][ticker]["explorer_url"] = coin_info.explorer_url;
out["adex_cfg"][ticker]["fallback_swap_contract"] = coin_info.swap_contract_address;
out["adex_cfg"][ticker]["fname"] = name_lowercase;
out["adex_cfg"][ticker]["is_testnet"] = true;
out["adex_cfg"][ticker]["is_testnet"] = false;
out["adex_cfg"][ticker]["currently_enabled"] = false;
out["adex_cfg"][ticker]["mm2"] = 1;
out["adex_cfg"][ticker]["name"] = name_lowercase;
Expand Down

0 comments on commit f14708e

Please sign in to comment.