Merge branch 'testnet/3' into feat/new-workers

This commit is contained in:
Łukasz Magiera
2020-03-13 17:58:13 +01:00
24 changed files with 100 additions and 75 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ var initCmd = &cli.Command{
var localPaths []config.LocalPath
if pssb := cctx.StringSlice("pre-sealed-sectors"); len(pssb) != 0 {
log.Infof("Setting up storage config with presealed sector", pssb)
log.Infof("Setting up storage config with presealed sector: %v", pssb)
for _, psp := range pssb {
psp, err := homedir.Expand(psp)