--max-piece-size in set-ask is no longer required

This commit is contained in:
Geoff Stuart 2022-03-22 22:05:06 -04:00
parent 1609317ac8
commit 5ba4a78657

View File

@ -212,6 +212,7 @@ var setAskCmd = &cli.Command{
Name: "max-piece-size",
Usage: "Set maximum piece size (w/bit-padding, in bytes) in ask to `SIZE`",
DefaultText: "miner sector size",
Value: "0",
},
},
Action: func(cctx *cli.Context) error {