mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
93b315756f
This was missing in the last version
29 lines
433 B
JSON
29 lines
433 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"id"
|
|
],
|
|
"properties": {
|
|
"id": {
|
|
"type": "string"
|
|
},
|
|
"feebase": {
|
|
"type": "msat"
|
|
},
|
|
"feeppm": {
|
|
"type": "u32"
|
|
},
|
|
"htlcmin": {
|
|
"type": "msat"
|
|
},
|
|
"htlcmax": {
|
|
"type": "msat"
|
|
},
|
|
"enforcedelay": {
|
|
"type": "u32"
|
|
}
|
|
}
|
|
}
|