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 gasAggMax, proofsAggMax uint64
|
||||||
var gasSingle, proofsSingle uint64
|
var gasSingle, proofsSingle uint64
|
||||||
|
|
||||||
sim.Walk(cctx.Context, cctx.Int64("lookback"),
|
sim.Walk(cctx.Context, cctx.Int64("lookback"), func(
|
||||||
func(sm *stmgr.StateManager, ts *types.TipSet, stCid cid.Cid,
|
sm *stmgr.StateManager, ts *types.TipSet, stCid cid.Cid,
|
||||||
messages []*simulation.AppliedMessage) error {
|
messages []*simulation.AppliedMessage,
|
||||||
|
) error {
|
||||||
for _, m := range messages {
|
for _, m := range messages {
|
||||||
if m.ExitCode != exitcode.Ok {
|
if m.ExitCode != exitcode.Ok {
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user