mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-15 11:34:25 +01: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