mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-06 05:49:30 +01:00
14 lines
294 B
JSON
14 lines
294 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"additionalProperties": false,
|
||
|
"required": [ ],
|
||
|
"properties": {
|
||
|
"perkw": {
|
||
|
"type": "u32",
|
||
|
"description": "Value of *feerate_str* in kilosipa",
|
||
|
"additionalProperties": false
|
||
|
}
|
||
|
}
|
||
|
}
|