mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 04:34:19 +01:00
Add roundInterval, network and minRelayFee to GetInfo RPC (#159)
This commit is contained in:
@@ -411,6 +411,17 @@
|
||||
"unilateralExitDelay": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"roundInterval": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"network": {
|
||||
"type": "string"
|
||||
},
|
||||
"minRelayFee": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user