--max-piece-size in set-ask is no longer required
This commit is contained in:
parent
1609317ac8
commit
5ba4a78657
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user