Skip to content

Commit 848433c

Browse files
committed
fix: intermittent error in functional tests while waiting final quorum commitment
It fix intermittent error in feature_asset_locks.py and other functional tests that uses quorums
1 parent 3509e55 commit 848433c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/test_framework/test_framework.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,6 +2072,8 @@ def check_dkg_comitments():
20722072
continue
20732073
if c["quorumHash"] != quorum_hash:
20742074
continue
2075+
if c["quorumPublicKey"] == '000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000':
2076+
continue
20752077
c_ok = True
20762078
break
20772079
if not c_ok:

0 commit comments

Comments
 (0)