Skip to content

Commit

Permalink
Merge remote-tracking branch 'newupstream/0.8.1-dev' into nogeo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 29, 2024
2 parents d3cbf56 + 389312a commit 1d5b3d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/atomicdex/services/kdf/kdf.service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,8 @@ namespace atomic_dex
.coin_type = coin_config.coin_type,
.is_testnet = coin_config.is_testnet.value_or(false),
.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

member reference base type 'bool' is not a structure or union

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

View workflow job for this annotation

GitHub Actions / ubuntu-release

member reference base type 'bool' is not a structure or union

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

View workflow job for this annotation

GitHub Actions / ubuntu-debug

member reference base type 'bool' is not a structure or union

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

View workflow job for this annotation

GitHub Actions / ubuntu-debug

member reference base type 'bool' is not a structure or union
.max_connected = 3
};
if (coin_config.merge_utxos.value_or(false))
{
Expand Down

0 comments on commit 1d5b3d3

Please sign in to comment.