mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-03 17:29:26 +00:00
monero: blocks_confirmed (release funds after) change 7 to 3
This commit is contained in:
parent
3276f9abd4
commit
98f3a52daa
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ def main():
|
||||||
'datadir': os.getenv('XMR_DATA_DIR', os.path.join(data_dir, 'monero')),
|
'datadir': os.getenv('XMR_DATA_DIR', os.path.join(data_dir, 'monero')),
|
||||||
'bindir': os.path.join(bin_dir, 'monero'),
|
'bindir': os.path.join(bin_dir, 'monero'),
|
||||||
'restore_height': xmr_restore_height,
|
'restore_height': xmr_restore_height,
|
||||||
'blocks_confirmed': 7, # TODO: 10?
|
'blocks_confirmed': 3,
|
||||||
},
|
},
|
||||||
'pivx': {
|
'pivx': {
|
||||||
'connection_type': 'rpc' if 'pivx' in with_coins else 'none',
|
'connection_type': 'rpc' if 'pivx' in with_coins else 'none',
|
||||||
|
|
Loading…
Reference in a new issue