Skip to content

Commit

Permalink
show response commitment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 20, 2024
1 parent 71989c8 commit f3eaf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (svr *Server) HandlePut(w http.ResponseWriter, r *http.Request) (commitment
}
}

svr.log.Info(fmt.Sprintf("write commitment: %x\n", comm))
svr.log.Info(fmt.Sprintf("response commitment: %x\n", responseCommit))
// write out encoded commitment
svr.WriteResponse(w, responseCommit)
return meta, nil
Expand Down

0 comments on commit f3eaf1c

Please sign in to comment.