Merge pull request #6688 from turuslan/fix/seed-car
fix "lotus-seed genesis car" error "merkledag: not found"
This commit is contained in:
commit
9f83da836d
@ -572,7 +572,7 @@ var genesisCarCmd = &cli.Command{
|
|||||||
}
|
}
|
||||||
ofile := c.String("out")
|
ofile := c.String("out")
|
||||||
jrnl := journal.NilJournal()
|
jrnl := journal.NilJournal()
|
||||||
bstor := blockstore.NewMemorySync()
|
bstor := blockstore.WrapIDStore(blockstore.NewMemorySync())
|
||||||
sbldr := vm.Syscalls(ffiwrapper.ProofVerifier)
|
sbldr := vm.Syscalls(ffiwrapper.ProofVerifier)
|
||||||
_, err := testing.MakeGenesis(ofile, c.Args().First())(bstor, sbldr, jrnl)()
|
_, err := testing.MakeGenesis(ofile, c.Args().First())(bstor, sbldr, jrnl)()
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user