charge-lnd: remove unneeded use of literalExample
This commit is contained in:
parent
f13ffe0146
commit
d296b2d1fb
@ -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…
Reference in New Issue
Block a user