Skip to content

Commit 3f4f2ba

Browse files
bxue-l2Ubuntu
andauthored
show response commitment (#144)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-91-211.ec2.internal>
1 parent 7733fe2 commit 3f4f2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func (svr *Server) HandlePut(w http.ResponseWriter, r *http.Request) (commitment
260260
}
261261
}
262262

263-
svr.log.Info(fmt.Sprintf("write commitment: %x\n", comm))
263+
svr.log.Info(fmt.Sprintf("response commitment: %x\n", responseCommit))
264264
// write out encoded commitment
265265
svr.WriteResponse(w, responseCommit)
266266
return meta, nil

0 commit comments

Comments
 (0)