channeldb: fix minor typo

This commit is contained in:
Olaoluwa Osuntokun 2017-01-07 20:09:08 -08:00
parent ccb12ab0a8
commit cee05eb45e
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ func (d *DB) AddInvoice(i *Invoice) error {
// LookupInvoice attempts to look up an invoice according to it's 32 byte
// payment hash. In an invoice which can settle the HTLC identified by the
// passed payment hash isnt't found, then an error is returned. Otherwise, the
// passed payment hash isn't found, then an error is returned. Otherwise, the
// full invoice is returned. Before setting the incoming HTLC, the values
// SHOULD be checked to ensure the payer meets the agreed upon contractual
// terms of the payment.