This commit is contained in:
Łukasz Magiera
2020-04-30 12:51:19 +02:00
parent 5ec76d4b7b
commit 81e3b714a2
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -20,7 +20,7 @@ func IpfsClientBlockstore(mctx helpers.MetricsCtx, lc fx.Lifecycle, fstore dtype
}
return bufbstore.NewTieredBstore(
ipfsbs,
blockstore.NewIdStore((*filestore.Filestore)(fstore)),
), nil
}
ipfsbs,
blockstore.NewIdStore((*filestore.Filestore)(fstore)),
), nil
}