There was an error while loading. Please reload this page.
1 parent 918d40a commit 5910359Copy full SHA for 5910359
1 file changed
divi/qa/rpc-tests/mnvaults.py
@@ -31,6 +31,7 @@ def __init__ (self):
31
self.cfg = None
32
33
def setup_chain (self):
34
+ print("Initializing test directory " + self.options.tmpdir)
35
for i in range (7):
36
initialize_datadir (self.options.tmpdir, i)
37
@@ -232,6 +233,9 @@ def get_payments (self):
232
233
self.advance_time (10)
234
time.sleep(0.01)
235
236
+ # Mine some blocks normally to make sure the rewards are mature.
237
+ self.mine_blocks (20)
238
+
239
# Check that some payments were made.
240
winners = self.nodes[3].getmasternodewinners ()
241
found = False
0 commit comments