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