CachedMerklePatriciaTree doesn't take options?
Closed this issue · 1 comments
no2chem commented
It seems that the CachedMerklePatriciaTree doesn't take an options object. This means that it can't be typed as anything other than <Buffer, Buffer>, since both key conversion and value conversion won't work.
It seems the class currently takes the default options object, which discards all this information.
The class should be updated to take an options object.