Skip to content

Commit

Permalink
add ,
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 29, 2024
1 parent 1d5b3d3 commit a7b893e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/atomicdex/services/kdf/kdf.service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ 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
.min_connected = 1
.with_tx_history = true,
.min_connected = 1,

Check failure on line 859 in src/core/atomicdex/services/kdf/kdf.service.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-release

field designator 'min_connected' does not refer to any field in type 'atomic_dex::t_electrum_request' (aka 'atomic_dex::kdf::electrum_request')

Check failure on line 859 in src/core/atomicdex/services/kdf/kdf.service.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-release

field designator 'min_connected' does not refer to any field in type 'atomic_dex::t_electrum_request' (aka 'atomic_dex::kdf::electrum_request')

Check failure on line 859 in src/core/atomicdex/services/kdf/kdf.service.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-debug

field designator 'min_connected' does not refer to any field in type 'atomic_dex::t_electrum_request' (aka 'atomic_dex::kdf::electrum_request')

Check failure on line 859 in src/core/atomicdex/services/kdf/kdf.service.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-debug

field designator 'min_connected' does not refer to any field in type 'atomic_dex::t_electrum_request' (aka 'atomic_dex::kdf::electrum_request')
.max_connected = 3
};
if (coin_config.merge_utxos.value_or(false))
Expand Down

0 comments on commit a7b893e

Please sign in to comment.