Appease the linter and get everything building

This commit is contained in:
Aayush Rajasekaran
2020-09-18 02:14:18 -04:00
parent 37de154a7c
commit fce423c743
8 changed files with 11 additions and 12 deletions
-3
View File
@@ -3,7 +3,6 @@ package full
import (
"bytes"
"context"
"errors"
"strconv"
v0market "github.com/filecoin-project/specs-actors/actors/builtin/market"
@@ -47,8 +46,6 @@ import (
"github.com/filecoin-project/lotus/node/modules/dtypes"
)
var errBreakForeach = errors.New("break")
type StateAPI struct {
fx.In