Hash routine verification fingerprints

This commit is contained in:
Henry Park
2026-03-27 12:14:24 -07:00
parent 299e8e0f11
commit 4a9daf704d
2 changed files with 40 additions and 4 deletions
+1 -2
View File
@@ -434,8 +434,7 @@ fn verification_result_payload(routine: &Routine, verification_reset: bool) -> V
"The current routine configuration has already been verified with a successful run."
} else {
"The routine has been saved, but it has not been verified yet. Offer to test it now."
},
"verification_fingerprint": routine_verification_fingerprint(routine),
}
})
}