Browse Source

update ygrunner test for #1427

master
Adam Gibson 3 years ago
parent
commit
dd1bde020d
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      test/ygrunner.py

2
test/ygrunner.py

@ -238,7 +238,7 @@ def get_addr_and_fund(yg):
jmprint('updated offerlist={}'.format(yg.offerlist))
@pytest.fixture(scope="module")
def setup_ygrunner():
def setup_ygrunner(setup_regtest_bitcoind, setup_miniircd):
load_test_config()
jm_single().bc_interface.tick_forward_chain_interval = 10
jm_single().bc_interface.simulate_blocks()

Loading…
Cancel
Save