charge-lnd: remove unneeded use of literalExample
This commit is contained in:
parent
f13ffe0146
commit
d296b2d1fb
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ let
|
||||||
policies = mkOption {
|
policies = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
example = literalExample ''
|
example = ''
|
||||||
[discourage-routing-out-of-balance]
|
[discourage-routing-out-of-balance]
|
||||||
chan.max_ratio = 0.1
|
chan.max_ratio = 0.1
|
||||||
chan.min_capacity = 250000
|
chan.min_capacity = 250000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue