From a540003bb925e225767fba8d7e30a52769864c91 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 27 Feb 2018 22:22:31 -0800 Subject: [PATCH] server: set the FwdingLog attribute in the switch's config --- server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server.go b/server.go index 8573b7d4..e9bec4e9 100644 --- a/server.go +++ b/server.go @@ -221,6 +221,7 @@ func newServer(listenAddrs []string, chanDB *channeldb.DB, cc *chainControl, pubKey[:], err) } }, + FwdingLog: chanDB.ForwardingLog(), }) // If external IP addresses have been specified, add those to the list