Fix Uint64
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
80592a87cf
commit
e07ab00fbb
@ -66,7 +66,7 @@ var preSealCmd = &cli.Command{
|
|||||||
Value: 1,
|
Value: 1,
|
||||||
Usage: "select number of sectors to pre-seal",
|
Usage: "select number of sectors to pre-seal",
|
||||||
},
|
},
|
||||||
&cli.IntFlag{
|
&cli.Uint64Flag{
|
||||||
Name: "sector-offset",
|
Name: "sector-offset",
|
||||||
Value: 0,
|
Value: 0,
|
||||||
Usage: "select number of sectors to pre-seal",
|
Usage: "select number of sectors to pre-seal",
|
||||||
|
Loading…
Reference in New Issue
Block a user