mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
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.
15 lines
250 B
JSON
15 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": {}
|
|
}
|
|
}
|