fix lint.
This commit is contained in:
parent
0c6072a1a0
commit
27c0ce4a3a
@ -421,7 +421,7 @@ func ImportChain(r repo.Repo, fname string, snapshot bool) (err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cst := store.NewChainStore(bs, bs, mds, vm.Syscalls(ffiwrapper.ProofVerifier), j)
|
cst := store.NewChainStore(bs, bs, mds, vm.Syscalls(ffiwrapper.ProofVerifier), j)
|
||||||
defer cst.Close()
|
defer cst.Close() //nolint:errcheck
|
||||||
|
|
||||||
log.Infof("importing chain from %s...", fname)
|
log.Infof("importing chain from %s...", fname)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user