mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 20:24:21 +01:00
Support connectors validation client-side & Minor fixes (#126)
* Validate connectors client-side when sending offchain * Minor fixes * validate connector input in forfeit txs --------- Co-authored-by: Louis <louis@vulpem.com>
This commit is contained in:
committed by
GitHub
parent
066e8eeabb
commit
fb64bd35d8
@@ -522,7 +522,7 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"poolPartialTx": {
|
||||
"poolTx": {
|
||||
"type": "string"
|
||||
},
|
||||
"forfeitTxs": {
|
||||
@@ -533,6 +533,12 @@
|
||||
},
|
||||
"congestionTree": {
|
||||
"$ref": "#/definitions/v1Tree"
|
||||
},
|
||||
"connectors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user