Skip to content

Commit

Permalink
Merge pull request #8363 from filecoin-project/asr/fvm-log
Browse files Browse the repository at this point in the history
chore: FVM: log when fvm is used
  • Loading branch information
jennijuju authored Mar 23, 2022
2 parents dbc6b32 + 694c45c commit caeeb6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain/vm/fvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caeeb6a

Please sign in to comment.