This commit is contained in:
Jennifer Wang 2022-09-15 17:05:07 -04:00
parent 236a21a9d7
commit b87ade6402

View File

@ -7,19 +7,17 @@ import (
"strings"
"github.com/ipfs/go-cid"
"github.com/filecoin-project/lotus/api/v0api"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/network"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/go-state-types/abi"
cliutil "github.com/filecoin-project/lotus/cli/util"
"github.com/urfave/cli/v2"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/network"
"github.com/filecoin-project/lotus/api/v0api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/types"
cliutil "github.com/filecoin-project/lotus/cli/util"
)
var GetFullNodeAPI = cliutil.GetFullNodeAPI