Remove ChainPutMany

This commit is contained in:
Geoff Stuart
2022-06-10 14:09:05 -04:00
parent 64d62f1f7e
commit 801c670edd
20 changed files with 8 additions and 156 deletions
-4
View File
@@ -266,10 +266,6 @@ func (a *ChainAPI) ChainPutObj(ctx context.Context, obj blocks.Block) error {
return a.ExposedBlockstore.Put(ctx, obj)
}
func (a *ChainAPI) ChainPutMany(ctx context.Context, objs []blocks.Block) error {
return a.ExposedBlockstore.PutMany(ctx, objs)
}
func (a *ChainAPI) ChainDeleteObj(ctx context.Context, obj cid.Cid) error {
return a.ExposedBlockstore.DeleteBlock(ctx, obj)
}