Skip to content

Commit e0b301e

Browse files
authored
boostx: print warning instead of exiting on api mismatch (#1832)
1 parent af35adb commit e0b301e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/boostx/sector.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var sectorUnsealCmd = &cli.Command{
6060

6161
err = lib.CheckFullNodeApiVersion(ctx, fullnodeApi)
6262
if err != nil {
63-
return err
63+
fmt.Printf("Warning: %s\n", err.Error())
6464
}
6565

6666
// Connect to the storage API and create a sector accessor

0 commit comments

Comments
 (0)