fix(lotus-sim): less indentation in info
This commit is contained in:
parent
ab59474c4c
commit
500fae6a52
@ -126,9 +126,10 @@ var infoCommitGasSimCommand = &cli.Command{
|
||||
var gasAggMax, proofsAggMax uint64
|
||||
var gasSingle, proofsSingle uint64
|
||||
|
||||
sim.Walk(cctx.Context, cctx.Int64("lookback"),
|
||||
func(sm *stmgr.StateManager, ts *types.TipSet, stCid cid.Cid,
|
||||
messages []*simulation.AppliedMessage) error {
|
||||
sim.Walk(cctx.Context, cctx.Int64("lookback"), func(
|
||||
sm *stmgr.StateManager, ts *types.TipSet, stCid cid.Cid,
|
||||
messages []*simulation.AppliedMessage,
|
||||
) error {
|
||||
for _, m := range messages {
|
||||
if m.ExitCode != exitcode.Ok {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user