Skip to content

Commit

Permalink
fix json error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneearth committed May 21, 2018
1 parent 959eac0 commit d8cb05a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions public/bitbox-rest-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,17 @@
"softforks": {
"type": "array",
"items": {
"type": "string"
"type": "object",
"properties": {
"id": "string",
"version": "number",
"reject": {
"type": "object",
"properties": {
"status": "boolean"
}
}
}
}
},
"bip9_softforks": {
Expand All @@ -1754,13 +1764,3 @@
}
}
}

"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": true
}
},
],

0 comments on commit d8cb05a

Please sign in to comment.