rename method

This commit is contained in:
Dmitriy Ryajov 2023-12-22 17:17:04 -06:00
parent b8a859d5a5
commit a8f4ad7f51
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ proc store*(
for index, cid in cids:
without proof =? tree.getProof(index), err:
return failure(err)
if err =? (await self.blockStore.putBlockCidAndProof(treeCid, index, cid, proof)).errorOption:
if err =? (await self.blockStore.putCidAndProof(treeCid, index, cid, proof)).errorOption:
# TODO add log here
return failure(err)