Skip to content

Commit

Permalink
fix: commitment stored event update (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle authored Aug 7, 2024
1 parent c78997d commit fa9f3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle/pkg/apiserver/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (s *Service) configureDashboard() error {
},
),
events.NewEventHandler(
"CommitmentStored",
"OpenedCommitmentStored",
func(upd *preconfcommitmentstore.PreconfcommitmentstoreOpenedCommitmentStored) {
s.statMu.Lock()
defer s.statMu.Unlock()
Expand Down

0 comments on commit fa9f3f5

Please sign in to comment.