Skip to content

Commit

Permalink
Merge pull request #9486 from filecoin-project/gstuart/remove-banner
Browse files Browse the repository at this point in the history
fix: upgrade: no splash banner for nv17 :(
  • Loading branch information
arajasek authored Oct 13, 2022
2 parents 9b88a72 + f891714 commit 3c1b723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chain/consensus/filcns/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -1462,8 +1462,6 @@ func UpgradeActorsV9(ctx context.Context, sm *stmgr.StateManager, cache stmgr.Mi
return cid.Undef, xerrors.Errorf("migrating actors v8 state: %w", err)
}

fmt.Print(fvmLiftoffBanner)

return newRoot, nil
}

Expand Down

0 comments on commit 3c1b723

Please sign in to comment.