this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

grammar are good

+2 -2
+2 -2
util/readrecordbs.go
··· 56 56 } 57 57 58 58 func (bs *ReadRecordBstore) Put(context.Context, blockformat.Block) error { 59 - return fmt.Errorf("writes not allows on read-record blockstore") 59 + return fmt.Errorf("writes not allowed on read-record blockstore") 60 60 } 61 61 62 62 func (bs *ReadRecordBstore) PutMany(context.Context, []blockformat.Block) error { 63 - return fmt.Errorf("writes not allows on read-record blockstore") 63 + return fmt.Errorf("writes not allowed on read-record blockstore") 64 64 } 65 65 66 66 func (bs *ReadRecordBstore) AllKeysChan(ctx context.Context) (<-chan cid.Cid, error) {