Skip to content

Commit

Permalink
boostx: print warning instead of exiting on api mismatch (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense committed Nov 30, 2023
1 parent af35adb commit e0b301e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/boostx/sector.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var sectorUnsealCmd = &cli.Command{

err = lib.CheckFullNodeApiVersion(ctx, fullnodeApi)
if err != nil {
return err
fmt.Printf("Warning: %s\n", err.Error())
}

// Connect to the storage API and create a sector accessor
Expand Down

0 comments on commit e0b301e

Please sign in to comment.