merkle-patricia-tree
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -547,3 +547,5 @@ var assert = require('assert'), | ||
//simple removing a leaf and recaluclation the stack | ||
stack.push(parentNode); | ||
if(parentNode){ | ||
stack.push(parentNode); | ||
} | ||
stack.push(lastNode); | ||
@@ -550,0 +552,0 @@ self._saveStack(key, stack, opStack, cb); |
{ | ||
"name": "merkle-patricia-tree", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "This is an implementation of the modified merkle patricia tree as speficed in the Ethereum's yellow paper.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78202
10
1264