Page MenuHomePhabricator

Fix incorrect mocktime set in miner fund test
ClosedPublic

Authored by jasonbcox on May 15 2020, 13:19.

Details

Summary

node.setmocktime() is called but the node is restarted immediately after.
Move setting the mock time to after the node starts back up since it's restarted many
times in this test.

Test Plan

test_runner.py abc-miner-fund

Event Timeline

This revision is now accepted and ready to land.May 15 2020, 13:23