Merge pull request #8361 from filecoin-project/gstuart/set-ask-optional-params
--max-piece-size in set-ask is no longer required
This commit is contained in:
commit
dbc6b32a4c
@ -212,6 +212,7 @@ var setAskCmd = &cli.Command{
|
|||||||
Name: "max-piece-size",
|
Name: "max-piece-size",
|
||||||
Usage: "Set maximum piece size (w/bit-padding, in bytes) in ask to `SIZE`",
|
Usage: "Set maximum piece size (w/bit-padding, in bytes) in ask to `SIZE`",
|
||||||
DefaultText: "miner sector size",
|
DefaultText: "miner sector size",
|
||||||
|
Value: "0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user