Skip to content

Commit

Permalink
chore: add submission log
Browse files Browse the repository at this point in the history
  • Loading branch information
anomit committed Oct 29, 2024
1 parent ede2152 commit c4fff68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/service/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (s *server) SubmitSnapshot(ctx context.Context, submission *pkgs.SnapshotSu
// Convert to checksum address using go-ethereum's utility
checksummedAddress := common.HexToAddress(config.SettingsObj.DataMarketAddress).Hex()
submissionBytes = append(submissionBytes, []byte(checksummedAddress)...)

log.Debugln("Submission bytes: ", submissionBytes)
go func() {
err := s.writeToStream(submissionBytes)

Expand Down

0 comments on commit c4fff68

Please sign in to comment.