We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af35adb commit e0b301eCopy full SHA for e0b301e
cmd/boostx/sector.go
@@ -60,7 +60,7 @@ var sectorUnsealCmd = &cli.Command{
60
61
err = lib.CheckFullNodeApiVersion(ctx, fullnodeApi)
62
if err != nil {
63
- return err
+ fmt.Printf("Warning: %s\n", err.Error())
64
}
65
66
// Connect to the storage API and create a sector accessor
0 commit comments