Merge pull request #6393 from hitanshu-mehta/fix-typo

Docs: fix typos in sample-lnd.conf and chanfitness/chanevent.go
This commit is contained in:
Oliver Gugger 2022-04-12 18:34:44 +02:00 committed by GitHub
commit 1ad667908e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -404,7 +404,7 @@ func (p *peerLog) uptime(start, end time.Time) (time.Duration, error) {
p.start = start p.start = start
} }
// If the online period ends before our range, shift the end // If the online period ends after our range, shift the end
// time forward so that we only calculate uptime until the end // time forward so that we only calculate uptime until the end
// of the range. // of the range.
if p.end.After(end) { if p.end.After(end) {

View file

@ -81,7 +81,7 @@
; is only requested and stored when the first rpc connection comes in. ; is only requested and stored when the first rpc connection comes in.
; letsencryptdomain=example.com ; letsencryptdomain=example.com
; Disable macaroon authentication. Macaroons are used are bearer credentials to ; Disable macaroon authentication. Macaroons are used as bearer credentials to
; authenticate all RPC access. If one wishes to opt out of macaroons, uncomment ; authenticate all RPC access. If one wishes to opt out of macaroons, uncomment
; the line below. ; the line below.
; no-macaroons=true ; no-macaroons=true