From 9f06f2670fdf0e9315a56626385d35e57bcf6748 Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Wed, 29 Jun 2022 13:01:57 +0200 Subject: [PATCH] Set dht default routing type --- config/init.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/init.go b/config/init.go index d63ebddadf95..edf64465cf6f 100644 --- a/config/init.go +++ b/config/init.go @@ -47,7 +47,9 @@ func InitWithIdentity(identity Identity) (*Config, error) { }, }, - Routing: Routing{}, + Routing: Routing{ + Type: NewOptionalString("dht"), + }, // setup the node mount points. Mounts: Mounts{