nixos/jormungandr: moving to a new section topics_of_interest
This commit is contained in:
parent
283cf08576
commit
0358bc174b
@ -14,8 +14,10 @@ let
|
|||||||
storage = dataDir;
|
storage = dataDir;
|
||||||
p2p = {
|
p2p = {
|
||||||
public_address = "/ip4/127.0.0.1/tcp/8299";
|
public_address = "/ip4/127.0.0.1/tcp/8299";
|
||||||
messages = "high";
|
topics_of_interest = {
|
||||||
blocks = "high";
|
messages = "high";
|
||||||
|
blocks = "high";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
rest = {
|
rest = {
|
||||||
listen = "127.0.0.1:8607";
|
listen = "127.0.0.1:8607";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user