Closed mycognosist closed 3 years ago
Since we removed key_length from the bfe-spec (https://github.com/ssb-ngi-pointer/ssb-bfe-spec/pull/22), this PR replaces key_length with data_length (a single LOC in util.js).
key_length
data_length
util.js
I also bumped two dependencies and fixed a code comment typo.
Tests are passing for me locally.
Since we removed
key_length
from the bfe-spec (https://github.com/ssb-ngi-pointer/ssb-bfe-spec/pull/22), this PR replaceskey_length
withdata_length
(a single LOC inutil.js
).I also bumped two dependencies and fixed a code comment typo.
Tests are passing for me locally.