Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 30, 2024
1 parent 49c2972 commit fc667be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (s *SGXProofProducer) requestBatchProof(
req, err := http.NewRequestWithContext(
ctx,
"POST",
s.RaikoHostEndpoint+"/v3/proof/aggregate",
s.RaikoHostEndpoint+"/v3/proof",
bytes.NewBuffer(jsonValue),
)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ func (s *ZKvmProofProducer) requestBatchProof(
req, err := http.NewRequestWithContext(
ctx,
"POST",
s.RaikoHostEndpoint+"/v3/proof/aggregate",
s.RaikoHostEndpoint+"/v3/proof",
bytes.NewBuffer(jsonValue),
)
if err != nil {
Expand Down

0 comments on commit fc667be

Please sign in to comment.