lnwallet: correct comment for logging object

This commit is contained in:
Olaoluwa Osuntokun 2016-12-18 22:14:01 -08:00
parent 1119d75996
commit ddc1eb4c8a
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
2 changed files with 2 additions and 1 deletions

@ -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

1
routing/pathfind.go Normal file

@ -0,0 +1 @@
package routing