Skip to content

Commit

Permalink
chore: added log for encrypted commitment stored
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed May 3, 2024
1 parent 39d2df4 commit 81b4ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/pkg/preconfirmation/tracker/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func (t *Tracker) Start(ctx context.Context) <-chan struct{} {
return err
}
case ec := <-t.enryptedCmts:
t.logger.Info("encrypted commitment stored", "commitmentDigest", fmt.Sprint(ec.CommitmentDigest), "commitmentIndex", fmt.Sprint(ec.CommitmentIndex))
if err := t.handleEncryptedCommitmentStored(egCtx, ec); err != nil {
return err
}
Expand Down

0 comments on commit 81b4ba2

Please sign in to comment.