Merge pull request #3927 from firesWu/master

fix `lotus-miner storage find` error
This commit is contained in:
Łukasz Magiera
2020-09-20 12:47:48 +02:00
committed by GitHub
+1 -1
View File
@@ -370,7 +370,7 @@ var storageFindCmd = &cli.Command{
}
fmt.Printf("In %s (%s)\n", info.id, types[:len(types)-2])
fmt.Printf("\tSealing: %t; Storage: %t\n", info.store.CanSeal, info.store.CanSeal)
fmt.Printf("\tSealing: %t; Storage: %t\n", info.store.CanSeal, info.store.CanStore)
if localPath, ok := local[info.id]; ok {
fmt.Printf("\tLocal (%s)\n", localPath)
} else {