Skip to content

Commit

Permalink
fix: remove incompatible definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jun 10, 2021
1 parent 9af9723 commit fd9ff9b
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions api/node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3301,9 +3301,6 @@
"channel_reserve": {
"$ref": "#/definitions/UInt"
},
"delegate_ids": {
"$ref": "#/definitions/Delegates"
},
"state_hash": {
"$ref": "#/definitions/EncodedHash"
},
Expand All @@ -3328,7 +3325,6 @@
"initiator_amount",
"responder_amount",
"channel_reserve",
"delegate_ids",
"state_hash",
"round",
"solo_round",
Expand Down Expand Up @@ -3372,9 +3368,6 @@
"state_hash": {
"description": "Root hash of the channel's internal state tree",
"$ref": "#/definitions/EncodedHash"
},
"delegate_ids": {
"$ref": "#/definitions/Delegates"
}
},
"required": [
Expand Down Expand Up @@ -3691,12 +3684,6 @@
"from_id": {
"$ref": "#/definitions/EncodedPubkey"
},
"initiator_delegate_ids": {
"$ref": "#/definitions/Delegates"
},
"responder_delegate_ids": {
"$ref": "#/definitions/Delegates"
},
"state_hash": {
"$ref": "#/definitions/EncodedHash"
},
Expand All @@ -3719,8 +3706,6 @@
"required": [
"channel_id",
"from_id",
"initiator_delegate_ids",
"responder_delegate_ids",
"state_hash",
"round",
"payload",
Expand Down Expand Up @@ -5064,16 +5049,6 @@
"$ref": "#/definitions/DelegatesList"
}
}
},
"Delegates": {
"oneOf": [
{
"$ref": "#/definitions/DelegatesList"
},
{
"$ref": "#/definitions/DelegatesObject"
}
]
}
},
"externalDocs": {
Expand Down

0 comments on commit fd9ff9b

Please sign in to comment.