We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f0a3e commit 032f38cCopy full SHA for 032f38c
subgraph/core/src/KlerosCore.ts
@@ -166,7 +166,10 @@ export function handleNewPeriod(event: NewPeriod): void {
166
continue;
167
}
168
169
- if (vote.choice === null) continue;
+ if (vote.choice === null) {
170
+ juror.save();
171
+ continue;
172
+ }
173
174
// Check if the vote choice matches the final ruling
175
if (vote.choice!.equals(dispute.currentRuling)) {
0 commit comments