From f33cfdaa07778d85f40eb456d483342428f7953e Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Wed, 29 Aug 2018 19:05:27 -0700 Subject: [PATCH] server: pass AssumeChannelValid to router --- server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server.go b/server.go index 3ed068387..ca0315fa8 100644 --- a/server.go +++ b/server.go @@ -549,6 +549,7 @@ func newServer(listenAddrs []net.Addr, chanDB *channeldb.DB, cc *chainControl, // for the available bandwidth for the link. return link.Bandwidth() }, + AssumeChannelValid: cfg.Routing.UseAssumeChannelValid(), }) if err != nil { return nil, fmt.Errorf("can't create router: %v", err)