From ddc1eb4c8a7346c9e85af9c00b47c70ed926a0c9 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 18 Dec 2016 22:14:01 -0800 Subject: [PATCH] lnwallet: correct comment for logging object --- lnwallet/log.go | 2 +- routing/pathfind.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 routing/pathfind.go diff --git a/lnwallet/log.go b/lnwallet/log.go index 55a7671a..f3a6bc31 100644 --- a/lnwallet/log.go +++ b/lnwallet/log.go @@ -8,7 +8,7 @@ import ( btcwallet "github.com/roasbeef/btcwallet/wallet" ) -// log is a logger that is initialized with no output filters. This +// walletLog is a logger that is initialized with no output filters. This // means the package will not perform any logging by default until the caller // requests it. var walletLog btclog.Logger diff --git a/routing/pathfind.go b/routing/pathfind.go new file mode 100644 index 00000000..4fb0f0cb --- /dev/null +++ b/routing/pathfind.go @@ -0,0 +1 @@ +package routing