mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
6546be9757
Currently only implemented for min-capacity-sat. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: JSON-RPC: new command `setconfig` allows a limited number of configuration settings to be changed without restart.
16 lines
250 B
JSON
16 lines
250 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"config"
|
|
],
|
|
"added": "v23.08",
|
|
"properties": {
|
|
"config": {
|
|
"type": "string"
|
|
},
|
|
"val": {}
|
|
}
|
|
}
|