chjj / liburkel

Authenticated key-value store (i.e. an urkel tree)
Other
315 stars 12 forks source link

store: only clear node if it was initialized. #11

Open nodech opened 2 years ago

nodech commented 2 years ago

Apparently, I got unlucky and I was getting type HASH and NULL most of the time so took some time to notice that this was an issue. Fortunately in node uv threads it was given UNKNOWN and crashed. So here we are..