nixos/jormungandr: moving to a new section topics_of_interest

This commit is contained in:
Marek Mahut 2019-09-19 10:51:59 +02:00
parent 283cf08576
commit 0358bc174b

View File

@ -14,8 +14,10 @@ let
storage = dataDir;
p2p = {
public_address = "/ip4/127.0.0.1/tcp/8299";
messages = "high";
blocks = "high";
topics_of_interest = {
messages = "high";
blocks = "high";
};
};
rest = {
listen = "127.0.0.1:8607";