Skip to content

Commit 2ca2138

Browse files
authored
Whitelist nodes in llmq-dkgerrors.py (#3112)
This avoids banning due to invalid sigs
1 parent a8fa5cf commit 2ca2138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/llmq-dkgerrors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class LLMQDKGErrors(DashTestFramework):
1717
def set_test_params(self):
18-
self.set_dash_test_params(6, 5, [], fast_dip3_enforcement=True)
18+
self.set_dash_test_params(6, 5, ["-whitelist=127.0.0.1"], fast_dip3_enforcement=True)
1919

2020
def run_test(self):
2121

0 commit comments

Comments
 (0)