We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763ee6 commit 15e9ed8Copy full SHA for 15e9ed8
aggregation_mode/proof_aggregator/src/backend/db.rs
@@ -61,7 +61,7 @@ impl Db {
61
62
for (task_id, merkle_path) in updates {
63
if let Err(e) = sqlx::query(
64
- "UPDATE tasks SET merkle_path = $1, status = 'verified' WHERE task_id = $2",
+ "UPDATE tasks SET merkle_path = $1, status = 'verified', proof = NULL WHERE task_id = $2",
65
)
66
.bind(merkle_path)
67
.bind(task_id)
0 commit comments