lotus changes for the DAG Store

This commit is contained in:
aarshkshah1992
2021-07-03 14:12:08 +05:30
parent 31ecce3a72
commit dae6c757b5
8 changed files with 137 additions and 100 deletions
+2 -2
View File
@@ -1104,8 +1104,8 @@ var clientRetrieveCmd = &cli.Command{
for _, i := range imports {
if i.Root != nil && i.Root.Equals(file) {
order = &lapi.RetrievalOrder{
Root: file,
LocalStore: &i.Key,
Root: file,
LocalCARV2FilePath: i.CARv2FilePath,
Total: big.Zero(),
UnsealPrice: big.Zero(),