Suraj S Jain

Results 2 comments of Suraj S Jain

Figured it out. Just had to change `var Trie = require('merkle-patricia-tree/secure')` to `var Trie = require('merkle-patricia-tree').SecureTrie;`

But after that, I am getting the following error with respect to the length of the root's value: ``` begin assert.js:339 throw err; ^ AssertionError [ERR_ASSERTION]: Invalid root length. Roots...