mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
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:
commit
1ad667908e
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue