@windingtree/org.id-resolver
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@windingtree/org.id-resolver", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "ORGiD DID resolver", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -403,2 +403,9 @@ const packageJson = require('../package.json'); | ||
}; | ||
if (deposit !== '0' && !withdrawalRequest) { | ||
// Just mark as passed | ||
this.addCheckResult({ | ||
type: 'LIF_STAKE' | ||
}); | ||
} | ||
} catch (error) { | ||
@@ -405,0 +412,0 @@ |
Sorry, the diff of this file is too big to display
263651
3688