We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2bd0f commit 554adf9Copy full SHA for 554adf9
test/functional/feature_signet.py
@@ -79,9 +79,9 @@ def setup_network(self):
79
80
def run_test(self):
81
82
- self.log.info('Check compatibility with old signet...')
83
- self.start_node(3)
84
- assert_equal(self.nodes[3].getblockhash(0), '22861f488a5c6cb033a843e476581a8abf5b82a34926babfde1241ed97ba268e')
+ # self.log.info('Check compatibility with old signet...')
+ # self.start_node(3)
+ # assert_equal(self.nodes[3].getblockhash(0), '22861f488a5c6cb033a843e476581a8abf5b82a34926babfde1241ed97ba268e')
85
86
self.log.info('Generate a few blocks...')
87
self.nodes[0].generate(100)
0 commit comments