lightning: fix syntax
This commit is contained in:
parent
702a2919ec
commit
f5bfbf97d3
@ -751,9 +751,8 @@ command_options = {
|
|||||||
'show_fiat': (None, "Show fiat value of transactions"),
|
'show_fiat': (None, "Show fiat value of transactions"),
|
||||||
'year': (None, "Show history for a given year"),
|
'year': (None, "Show history for a given year"),
|
||||||
'fee_method': (None, "Fee estimation method to use"),
|
'fee_method': (None, "Fee estimation method to use"),
|
||||||
'fee_level': (None, "Float between 0.0 and 1.0, representing fee slider position")
|
'fee_level': (None, "Float between 0.0 and 1.0, representing fee slider position"),
|
||||||
'lightningargs':(None, "Arguments for an lncli subcommand, encoded as a JS
|
'lightningargs':(None, "Arguments for an lncli subcommand, encoded as a JSON array")
|
||||||
ON array"),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user