Skip to content

Commit

Permalink
little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snadrus committed Jun 24, 2024
1 parent fc36dcc commit 7a1cc4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chain/vm/gas.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ var Prices = map[abi.ChainEpoch]Pricelist{
verifyPostDiscount: true,
verifyConsensusFault: 495422,
},
abi.ChainEpoch(build.UpgradeCalicoHeight): &pricelistV0{
build.UpgradeCalicoHeight: &pricelistV0{
computeGasMulti: 1,
storageGasMulti: 1300,

Expand Down
2 changes: 2 additions & 0 deletions node/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import (
"github.com/filecoin-project/lotus/node/modules/testing"
"github.com/filecoin-project/lotus/node/repo"
"github.com/filecoin-project/lotus/storage/paths"
"github.com/filecoin-project/lotus/storage/paths/alertinginterface"
"github.com/filecoin-project/lotus/system"
)

Expand Down Expand Up @@ -159,6 +160,7 @@ func defaults() []Option {
Override(new(journal.DisabledEvents), journal.EnvDisabledEvents),
Override(new(journal.Journal), modules.OpenFilesystemJournal),
Override(new(*alerting.Alerting), alerting.NewAlertingSystem),
Override(new(alertinginterface.AlertingInterface), alerting.NewAlertingSystem),
Override(new(dtypes.NodeStartTime), FromVal(dtypes.NodeStartTime(time.Now()))),

Override(CheckFDLimit, modules.CheckFdLimit(build.DefaultFDLimit)),
Expand Down

0 comments on commit 7a1cc4d

Please sign in to comment.