Skip to content

Commit 5910359

Browse files
committed
fixup: for mnvaults.py
1 parent 918d40a commit 5910359

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

divi/qa/rpc-tests/mnvaults.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def __init__ (self):
3131
self.cfg = None
3232

3333
def setup_chain (self):
34+
print("Initializing test directory " + self.options.tmpdir)
3435
for i in range (7):
3536
initialize_datadir (self.options.tmpdir, i)
3637

@@ -232,6 +233,9 @@ def get_payments (self):
232233
self.advance_time (10)
233234
time.sleep(0.01)
234235

236+
# Mine some blocks normally to make sure the rewards are mature.
237+
self.mine_blocks (20)
238+
235239
# Check that some payments were made.
236240
winners = self.nodes[3].getmasternodewinners ()
237241
found = False

0 commit comments

Comments
 (0)