multi: fix a-vs-an typos

This commit is contained in:
practicalswift
2018-04-18 04:02:04 +02:00
committed by Olaoluwa Osuntokun
parent 0720e83840
commit 663c396235
45 changed files with 67 additions and 67 deletions

View File

@@ -1697,7 +1697,7 @@ func (r *ChannelRouter) SendPayment(payment *LightningPayment) ([32]byte, *Route
// If the onion error includes a channel update, and
// isn't necessarily fatal, then we'll apply the update
// an continue with the rest of the routes.
// and continue with the rest of the routes.
case *lnwire.FailAmountBelowMinimum:
update := onionErr.Update
if err := r.applyChannelUpdate(&update); err != nil {