routing: typo fix

"we're closed" should be "were closed"
This commit is contained in:
Alex Bosworth 2018-02-06 19:12:10 -08:00 committed by Olaoluwa Osuntokun
parent a93736d21e
commit bbc2ecd580
1 changed files with 1 additions and 1 deletions

View File

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