Add fullyNotified to getblockchaininfo and use it in tests

This commit is contained in:
Duke
2025-08-22 13:17:36 -04:00
parent 727f4d9a29
commit 04ec2be8c8
2 changed files with 6 additions and 2 deletions

View File

@@ -57,8 +57,6 @@ def sync_blocks(rpc_connections, wait=1):
break
time.sleep(wait)
return
# Now that the block counts are in sync, wait for the internal
# notifications to finish
while True: