Commit e62b875f authored by Alex Trottier's avatar Alex Trottier Committed by Steven Allen

fix typo in blockstore.go

parent 7a4b99e5
......@@ -221,7 +221,7 @@ func (bs *blockstore) AllKeysChan(ctx context.Context) (<-chan cid.Cid, error) {
// need to convert to key.Key using key.KeyFromDsKey.
bk, err := dshelp.BinaryFromDsKey(ds.RawKey(e.Key))
if err != nil {
log.Warning("error pasring key from binary: %s", err)
log.Warningf("error parsing key from binary: %s", err)
continue
}
k, err := cid.Cast(bk)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment