Browse Source

monero: blocks_confirmed (release funds after) change 7 to 3

pull/46/head
nahuhh 4 months ago
parent
commit
98f3a52daa
  1. 2
      bin/basicswap_prepare.py

2
bin/basicswap_prepare.py

@ -1550,7 +1550,7 @@ def main():
'datadir': os.getenv('XMR_DATA_DIR', os.path.join(data_dir, 'monero')),
'bindir': os.path.join(bin_dir, 'monero'),
'restore_height': xmr_restore_height,
'blocks_confirmed': 7, # TODO: 10?
'blocks_confirmed': 3,
},
'pivx': {
'connection_type': 'rpc' if 'pivx' in with_coins else 'none',

Loading…
Cancel
Save