chore: update mocknet config to disable public ip address discovery

Signed-off-by: bestmike007 <i@bestmike007.com>
This commit is contained in:
bestmike007
2023-01-27 14:51:54 +00:00
parent e9b8ba533a
commit 64f1567daa

View File

@@ -8,6 +8,9 @@ miner = true
wait_time_for_microblocks = 10000
use_test_genesis_chainstate = true
[connection_options]
public_ip_address = "127.0.0.1:20444"
[burnchain]
chain = "bitcoin"
mode = "mocknet"