Merge pull request #3927 from firesWu/master
fix `lotus-miner storage find` error
This commit is contained in:
commit
0d2c8196c6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user