https://github.com/ssbc/ssb-blobs/blob/master/inject.js#L106 the signature of queue is `queue(id, hops)` , but here it's used like `queue(id, size)` need to read closed what `blobs.ls` is returning but this could be bug?
https://github.com/ssbc/ssb-blobs/blob/master/inject.js#L106
the signature of queue is
queue(id, hops), but here it's used likequeue(id, size)need to read closed what
blobs.lsis returning but this could be bug?