Browse Source

doc/lightningd-config: correct misaligned RGB option paragraph

travis-debug
darosior 5 years ago
committed by Christian Decker
parent
commit
2986854c88
  1. 13
      doc/lightningd-config.5
  2. 8
      doc/lightningd-config.5.md

13
doc/lightningd-config.5

@ -215,17 +215,17 @@ Note that once you encrypt the \fBhsm_secret\fR this option will be mandatory fo
.SH Lightning node customization options .SH Lightning node customization options
\fBalias\fR=\fIRRGGBB\fR \fBalias\fR=\fINAME\fR
\fBrgb\fR=\fIRRGGBB\fR
Your favorite color as a hex code\.
Up to 32 UTF-8 characters to tag your node\. Completely silly, since Up to 32 UTF-8 characters to tag your node\. Completely silly, since
anyone can call their node anything they want\. The default is an anyone can call their node anything they want\. The default is an
NSA-style codename derived from your public key, but "Peter Todd" and NSA-style codename derived from your public key, but "Peter Todd" and
"VAULTERO" are good options, too\. "VAULTERO" are good options, too\.
\fBrgb\fR=\fIRRGGBB\fR
Your favorite color as a hex code\.
\fBfee-base\fR=\fIMILLISATOSHI\fR \fBfee-base\fR=\fIMILLISATOSHI\fR
Default: 1000\. The base fee to charge for every payment which passes Default: 1000\. The base fee to charge for every payment which passes
through\. Note that millisatoshis are a very, very small unit! Changing through\. Note that millisatoshis are a very, very small unit! Changing
@ -337,7 +337,8 @@ precisely control where to bind and what to announce with the
\fIautolisten\fR logic, so you must specifiy exactly what you want! \fIautolisten\fR logic, so you must specifiy exactly what you want!
\fBaddr\fR=\fI[IPADDRESS\[:PORT\]\]|autotor:TORIPADDRESS\[:SERVICEPORT\]\[/torport=TORPORT\]|statictor:TORIPADDRESS\[:SERVICEPORT\]\[/torport=TORPORT\]\[/torblob=\[blob\]\]\fR \fBaddr\fR=\fI[IPADDRESS[:PORT]]|autotor:TORIPADDRESS[:SERVICEPORT][/torport=TORPORT]|statictor:TORIPADDRESS[:SERVICEPORT][/torport=TORPORT][/torblob=[blob]]\fR
Set an IP address (v4 or v6) or automatic Tor address to listen on and Set an IP address (v4 or v6) or automatic Tor address to listen on and
(maybe) announce as our node address\. (maybe) announce as our node address\.

8
doc/lightningd-config.5.md

@ -172,15 +172,15 @@ Note that once you encrypt the `hsm_secret` this option will be mandatory for
### Lightning node customization options ### Lightning node customization options
**alias**=*RRGGBB* **alias**=*NAME*
**rgb**=*RRGGBB*
Your favorite color as a hex code.
Up to 32 UTF-8 characters to tag your node. Completely silly, since Up to 32 UTF-8 characters to tag your node. Completely silly, since
anyone can call their node anything they want. The default is an anyone can call their node anything they want. The default is an
NSA-style codename derived from your public key, but "Peter Todd" and NSA-style codename derived from your public key, but "Peter Todd" and
"VAULTERO" are good options, too. "VAULTERO" are good options, too.
**rgb**=*RRGGBB*
Your favorite color as a hex code.
**fee-base**=*MILLISATOSHI* **fee-base**=*MILLISATOSHI*
Default: 1000. The base fee to charge for every payment which passes Default: 1000. The base fee to charge for every payment which passes
through. Note that millisatoshis are a very, very small unit! Changing through. Note that millisatoshis are a very, very small unit! Changing

Loading…
Cancel
Save