fix tests

This commit is contained in:
Kevin Froman 2020-11-22 00:43:59 +00:00
parent 30a4285b92
commit adba4be099
18 changed files with 78 additions and 36 deletions

View file

@ -18,8 +18,8 @@ conf['general']['display_header'] = True
conf['general']['security_level'] = 0
conf['general']['use_bootstrap_list'] = True
conf['onboarding']['done'] = False
conf['general']['minimum_block_pow'] = 5
conf['general']['minimum_send_pow'] = 5
conf['general']['minimum_block_pow'] = 6
conf['general']['minimum_send_pow'] = 6
conf['log']['file']['remove_on_exit'] = True
conf['transports']['lan'] = True
conf['transports']['tor'] = True