Skip to content

Commit

Permalink
itests fix alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
snadrus committed Jul 12, 2024
1 parent 795a865 commit 81387ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build/buildconstants/params_interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ import (
"os"
"strconv"

logging "github.com/ipfs/go-log/v2"

"github.com/ipfs/go-cid"
logging "github.com/ipfs/go-log/v2"

"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
Expand Down
2 changes: 1 addition & 1 deletion node/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func defaults() []Option {
// global system journal.
Override(new(journal.DisabledEvents), journal.EnvDisabledEvents),
Override(new(journal.Journal), modules.OpenFilesystemJournal),
Override(new(alerting.Alerting), alerting.NewAlertingSystem),
Override(new(*alerting.Alerting), alerting.NewAlertingSystem),
Override(new(alertinginterface.AlertingInterface), alerting.NewAlertingSystem),
Override(new(dtypes.NodeStartTime), FromVal(dtypes.NodeStartTime(time.Now()))),

Expand Down

0 comments on commit 81387ca

Please sign in to comment.