+1
-1
@@ -21,3 +21,3 @@ "use strict"; | ||
| var blockSig = hash((hash(this.bc.signed[this.bc.signed.length-1]) + hash(key) + prev)); | ||
| this.bc.signed.push((this.bc.signed.length-1).toString() + cipherHash("x" + block, blockSig)); | ||
| this.bc.signed.push(cipherHash("x" + block, blockSig)); | ||
| } | ||
@@ -24,0 +24,0 @@ this.read = function (index, key) { |
+1
-1
| { | ||
| "name": "ixo", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Simple Blockchain For JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "ixo.js", |
8057
-0.48%