return the err

This commit is contained in:
Cory Schwartz 2021-02-09 17:05:56 -08:00
parent 6d4caa0163
commit 039ca9f3b4

View File

@ -330,9 +330,6 @@ var genesisCarCmd = &cli.Command{
bstor := blockstore.NewTemporarySync()
sbldr := vm.Syscalls(ffiwrapper.ProofVerifier)
_, err := testing.MakeGenesis(ofile, c.Args().First())(bstor, sbldr, jrnl)()
if err != nil {
return err
}
return nil
return err
},
}