fix lotus-sim build

This commit is contained in:
Łukasz Magiera 2022-03-30 14:34:20 -04:00 committed by Jennifer Wang
parent 6c1651cb3d
commit 257bc70c2e
2 changed files with 6 additions and 5 deletions

View File

@ -6,15 +6,16 @@ import (
"os"
"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/lotus/chain/actors/builtin/miner"
"github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/cmd/lotus-sim/simulation"
"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{

View File

@ -4,14 +4,14 @@ import (
"fmt"
"syscall"
"github.com/filecoin-project/lotus/cli"
"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/types"
"github.com/filecoin-project/lotus/cmd/lotus-sim/simulation"
"github.com/filecoin-project/lotus/lib/stati"
"github.com/koalacxr/quantile"
)
var infoMessageSizeSimCommand = &cli.Command{