diff --git a/src/claim.js b/src/claim.js index 558d440..b563856 100644 --- a/src/claim.js +++ b/src/claim.js @@ -258,7 +258,7 @@ class Claim { } // Fail safe verification result - verificationResult = verificationResult ? verificationResult : { + this._verification = this._verification ? this._verification : { result: false, completed: true, proof: {},