Merge pull request #45 from nahuhh/litecoin

add ltc min_fee_relay
2024-05-20_merge
tecnovert 11 months ago committed by GitHub
commit 3276f9abd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      bin/basicswap_prepare.py

@ -1504,6 +1504,7 @@ def main():
'blocks_confirmed': 2, 'blocks_confirmed': 2,
'conf_target': 2, 'conf_target': 2,
'core_version_group': 21, 'core_version_group': 21,
'min_relay_fee': 0.00001,
'chain_lookups': 'local', 'chain_lookups': 'local',
}, },
'bitcoin': { 'bitcoin': {

Loading…
Cancel
Save