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 e7984a9 commit 1f4d7b9
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions api/node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3434,9 +3434,6 @@
"channel_reserve": {
"$ref": "#/definitions/UInt"
},
"delegate_ids": {
"$ref": "#/definitions/Delegates"
},
"state_hash": {
"$ref": "#/definitions/EncodedHash"
},
Expand All @@ -3461,7 +3458,6 @@
"initiator_amount",
"responder_amount",
"channel_reserve",
"delegate_ids",
"state_hash",
"round",
"solo_round",
Expand Down Expand Up @@ -3502,17 +3498,13 @@
"state_hash": {
"description": "Root hash of the channel's internal state tree",
"$ref": "#/definitions/EncodedHash"
},
"delegate_ids": {
"$ref": "#/definitions/Delegates"
}
},
"required": [
"initiator_id",
"initiator_amount",
"responder_id",
"responder_amount",
"push_amount",
"channel_reserve",
"lock_period",
"fee",
Expand Down Expand Up @@ -3821,12 +3813,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 @@ -3849,8 +3835,6 @@
"required": [
"channel_id",
"from_id",
"initiator_delegate_ids",
"responder_delegate_ids",
"state_hash",
"round",
"payload",
Expand Down Expand Up @@ -5246,16 +5230,6 @@
"$ref": "#/definitions/DelegatesList"
}
}
},
"Delegates": {
"oneOf": [
{
"$ref": "#/definitions/DelegatesList"
},
{
"$ref": "#/definitions/DelegatesObject"
}
]
}
},
"externalDocs": {
Expand Down

0 comments on commit 1f4d7b9

Please sign in to comment.