Skip to content

Commit e61073b

Browse files
Update aggregation_mode/batcher/src/server/http.rs
Co-authored-by: Marcos Nicolau <76252340+MarcosNicolau@users.noreply.github.com>
1 parent 6be7129 commit e61073b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/batcher/src/server

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)