From 98f3a52daa5d057d220131c01dec0bd1dfe42299 Mon Sep 17 00:00:00 2001 From: nahuhh Date: Thu, 1 Feb 2024 18:05:19 -0500 Subject: [PATCH] monero: blocks_confirmed (release funds after) change 7 to 3 --- bin/basicswap_prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/basicswap_prepare.py b/bin/basicswap_prepare.py index bdf15c0..c54ebd5 100755 --- a/bin/basicswap_prepare.py +++ b/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',