FVM: log when fvm is used

This commit is contained in:
Aayush 2022-03-23 13:17:32 -04:00 committed by Jennifer Wang
parent 8e75a8d12d
commit 3fbf765605

View File

@ -217,6 +217,7 @@ type FVM struct {
}
func NewFVM(ctx context.Context, opts *VMOpts) (*FVM, error) {
log.Info("using the FVM, this is experimental!")
circToReport := opts.FilVested
// For v14 (and earlier), we perform the FilVested portion of the calculation, and let the FVM dynamically do the rest
// v15 and after, the circ supply is always constant per epoch, so we calculate the base and report it at creation