mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 14:27:10 +02:00
routing: typo fix
"we're closed" should be "were closed"
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
a93736d21e
commit
bbc2ecd580
@@ -499,7 +499,7 @@ func (r *ChannelRouter) syncGraphWithChain() error {
|
||||
numChansClosed += numClosed
|
||||
}
|
||||
|
||||
log.Infof("Graph pruning complete: %v channels we're closed since "+
|
||||
log.Infof("Graph pruning complete: %v channels were closed since "+
|
||||
"height %v", numChansClosed, pruneHeight)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user