fixs after rebase

This commit is contained in:
frrist 2020-03-03 09:47:43 -08:00
parent 8657b4698f
commit 1c864d1eef
2 changed files with 0 additions and 3 deletions

View File

@ -103,8 +103,6 @@ func cidToCommR(c cid.Cid) [32]byte {
func (ss *syscallShim) VerifySeal(info abi.SealVerifyInfo) error {
//_, span := trace.StartSpan(ctx, "ValidatePoRep")
//defer span.End()
// FIXME: sectorSize has been removed from the specs-actors syscall interface but is still required here.
ssize := abi.SectorSize(0)
miner, err := address.NewIDAddress(uint64(info.Miner))
if err != nil {

View File

@ -7,7 +7,6 @@ import (
"github.com/filecoin-project/specs-actors/actors/builtin"
"github.com/filecoin-project/specs-actors/actors/builtin/paych"
"github.com/ipfs/go-cid"
cid "github.com/ipfs/go-cid/_rsrch/cidiface"
"go.uber.org/fx"
"golang.org/x/xerrors"