mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-20 18:34:19 +01:00
returns forfeitsTxs in Ping RPC while the finalization started (#161)
This commit is contained in:
@@ -499,7 +499,15 @@
|
||||
}
|
||||
},
|
||||
"v1PingResponse": {
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"forfeitTxs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1RegisterPaymentRequest": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user