fix lotus-sim build

This commit is contained in:
Łukasz Magiera 2022-03-30 14:34:20 -04:00
parent 12752c6970
commit 0c6f3ee19c
2 changed files with 6 additions and 5 deletions

View File

@ -6,15 +6,16 @@ import (
"os" "os"
"syscall" "syscall"
"github.com/ipfs/go-cid"
"github.com/koalacxr/quantile"
"github.com/urfave/cli/v2"
"github.com/filecoin-project/go-state-types/exitcode" "github.com/filecoin-project/go-state-types/exitcode"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner" "github.com/filecoin-project/lotus/chain/actors/builtin/miner"
"github.com/filecoin-project/lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/cmd/lotus-sim/simulation" "github.com/filecoin-project/lotus/cmd/lotus-sim/simulation"
"github.com/filecoin-project/lotus/lib/stati" "github.com/filecoin-project/lotus/lib/stati"
"github.com/ipfs/go-cid"
"github.com/koalacxr/quantile"
"github.com/urfave/cli/v2"
) )
var infoCommitGasSimCommand = &cli.Command{ var infoCommitGasSimCommand = &cli.Command{

View File

@ -4,14 +4,14 @@ import (
"fmt" "fmt"
"syscall" "syscall"
"github.com/filecoin-project/lotus/cli"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/koalacxr/quantile"
"github.com/urfave/cli/v2"
"github.com/filecoin-project/lotus/chain/stmgr" "github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/cmd/lotus-sim/simulation" "github.com/filecoin-project/lotus/cmd/lotus-sim/simulation"
"github.com/filecoin-project/lotus/lib/stati" "github.com/filecoin-project/lotus/lib/stati"
"github.com/koalacxr/quantile"
) )
var infoMessageSizeSimCommand = &cli.Command{ var infoMessageSizeSimCommand = &cli.Command{