Fix tests, circle and make ux nicer

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2019-12-06 22:49:44 +01:00
parent d53e43c24d
commit 92e7b4afbf
5 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ var preSealCmd = &cli.Command{
&cli.Uint64Flag{
Name: "sector-offset",
Value: 0,
Usage: "select number of sectors to pre-seal",
Usage: "how many sector ids to skip when starting to seal",
},
},
Action: func(c *cli.Context) error {
+1 -1
View File
@@ -30,7 +30,7 @@ func PreSeal(maddr address.Address, ssize uint64, offset uint64, sectors int, sb
cfg := &sectorbuilder.Config{
Miner: maddr,
SectorSize: ssize,
OverrideLastID: offset,
FallbackLastID: offset,
CacheDir: filepath.Join(sbroot, "cache"),
SealedDir: filepath.Join(sbroot, "sealed"),
StagedDir: filepath.Join(sbroot, "staging"),