We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa3b108 + bbbd9c1 commit 5096587Copy full SHA for 5096587
src/service/proofing-service.js
@@ -172,7 +172,9 @@ class ProofingService {
172
latestChallenge.sentSuccessfully = false;
173
latestChallenge.finalized = false;
174
await this.repositoryModuleManager.setCompletedAndFinalizedRandomSamplingChallengeRecord(
175
- latestChallenge,
+ latestChallenge.id,
176
+ latestChallenge.sentSuccessfully,
177
+ latestChallenge.finalized,
178
);
179
await this.prepareAndSendProof(blockchainId, identityId);
180
}
0 commit comments