From a555f64ad99fb9549a71314e60fa4080eff076d1 Mon Sep 17 00:00:00 2001 From: Duke Date: Fri, 22 Aug 2025 21:26:05 -0400 Subject: [PATCH] Has the sleeper awakened? --- qa/rpc-tests/lockzins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/rpc-tests/lockzins.py b/qa/rpc-tests/lockzins.py index e71c8cfcd..4c46fea0f 100755 --- a/qa/rpc-tests/lockzins.py +++ b/qa/rpc-tests/lockzins.py @@ -95,8 +95,8 @@ class LockZinsTest (BitcoinTestFramework): rpc.generate(1) self.sync_all() - # syncing is not perfect, oh well - time.sleep(3) + # now that we have fullyNotified, this may not be needed? + #time.sleep(3) wait_and_assert_operationid_status(self.nodes[0], opid1) wait_and_assert_operationid_status(self.nodes[0], opid2)