remove log spam
This commit is contained in:
parent
75f00e92f5
commit
090c655422
@ -257,7 +257,6 @@ type FVM struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewFVM(ctx context.Context, opts *VMOpts) (*FVM, error) {
|
func NewFVM(ctx context.Context, opts *VMOpts) (*FVM, error) {
|
||||||
log.Info("using the FVM, this is experimental!")
|
|
||||||
circToReport := opts.FilVested
|
circToReport := opts.FilVested
|
||||||
// For v14 (and earlier), we perform the FilVested portion of the calculation, and let the FVM dynamically do the rest
|
// 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
|
// v15 and after, the circ supply is always constant per epoch, so we calculate the base and report it at creation
|
||||||
|
Loading…
Reference in New Issue
Block a user