peer: print warning if selfPolicy not found
This commit is contained in:
parent
030eca2347
commit
e9066c2d34
6
peer.go
6
peer.go
@ -396,10 +396,14 @@ func (p *peer) loadActiveChannels(chans []*channeldb.OpenChannel) error {
|
||||
TimeLockDelta: uint32(selfPolicy.TimeLockDelta),
|
||||
}
|
||||
} else {
|
||||
peerLog.Warnf("Unable to find our forwarding policy "+
|
||||
"for channel %v, using default values",
|
||||
chanPoint)
|
||||
forwardingPolicy = &p.server.cc.routingPolicy
|
||||
}
|
||||
|
||||
peerLog.Tracef("Using link policy of: %v", spew.Sdump(forwardingPolicy))
|
||||
peerLog.Tracef("Using link policy of: %v",
|
||||
spew.Sdump(forwardingPolicy))
|
||||
|
||||
// Register this new channel link with the HTLC Switch. This is
|
||||
// necessary to properly route multi-hop payments, and forward
|
||||
|
Loading…
Reference in New Issue
Block a user