Add roundInterval, network and minRelayFee to GetInfo RPC (#159)

This commit is contained in:
Louis Singer
2024-05-01 16:15:29 +02:00
committed by GitHub
parent 3c9da99516
commit 02ff7c7ed9
5 changed files with 226 additions and 162 deletions

View File

@@ -411,6 +411,17 @@
"unilateralExitDelay": {
"type": "string",
"format": "int64"
},
"roundInterval": {
"type": "string",
"format": "int64"
},
"network": {
"type": "string"
},
"minRelayFee": {
"type": "string",
"format": "int64"
}
}
},