Skip to content

Commit

Permalink
max_connected 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 22, 2024
1 parent 42078d5 commit 1f8945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/api/kdf/rpc_v1/rpc.electrum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace atomic_dex::kdf
bool is_testnet{false};
bool with_tx_history{true};
int min_connected{1};
int max_connected{3};
int max_connected{2};
std::optional<std::string> swap_contract_address{std::nullopt};
std::optional<std::string> fallback_swap_contract{std::nullopt};
std::optional<address_format_t> address_format;
Expand Down

0 comments on commit 1f8945f

Please sign in to comment.