From cee05eb45e18d52ffc01907ca4ab2002f4da02bd Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sat, 7 Jan 2017 20:09:08 -0800 Subject: [PATCH] channeldb: fix minor typo --- channeldb/invoices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channeldb/invoices.go b/channeldb/invoices.go index d5f0541b..34a5c8de 100644 --- a/channeldb/invoices.go +++ b/channeldb/invoices.go @@ -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.