Skip to content

Commit e61073b

Browse files
Update aggregation_mode/batcher/src/server/http.rs
Co-authored-by: Marcos Nicolau <[email protected]>
1 parent 6be7129 commit e61073b

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/batcher/src/server

1 file changed

+1
-1
lines changed

aggregation_mode/batcher/src/server/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl BatcherServer {
150150
&data.message.proof,
151151
&data.message.program_vk_commitment,
152152
None,
153-
count,
153+
data.nonce,
154154
)
155155
.await
156156
{

0 commit comments

Comments
 (0)