According to https://ssbc.github.io/scuttlebutt-protocol-guide/#fetching a valid argument for `blobs.get` would be {"hash":"&KYWW5Lblhq2moFO9BJhtJ5WukFRpA7eYybOwdODTt3M=.sha256","max":5242880} However, the reference implementation is sending {"key":"&KYWW5Lblhq2moFO9BJhtJ5WukFRpA7eYybOwdODTt3M=.sha256","max":5242880} see: https://github.com/ssbc/ssb-blobs/commit/c3943338d6ee8b756d75a18e7350147aa0bf212f
According to https://ssbc.github.io/scuttlebutt-protocol-guide/#fetching a valid argument for
blobs.getwould beHowever, the reference implementation is sending
see: ssbc/ssb-blobs@c394333