Skip to content

Commit 600e6f7

Browse files
authored
fix: Change optimistic quorum to quorum of rejection (#988)
* fix: Change optimistic quorum to quorum of rejection * v0.11.17
1 parent c8a7b74 commit 600e6f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.11.16",
3+
"version": "0.11.17",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/space.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
},
307307
"quorumType": {
308308
"type": "string",
309-
"enum": ["optimistic"]
309+
"enum": ["rejection"]
310310
},
311311
"blind": {
312312
"type": "boolean"

0 commit comments

Comments
 (0)