lnwallet: correct comment for logging object
This commit is contained in:
parent
1119d75996
commit
ddc1eb4c8a
@ -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
1
routing/pathfind.go
Normal file
@ -0,0 +1 @@
|
||||
package routing
|
Loading…
Reference in New Issue
Block a user