fix: final fixes & polishing

This commit is contained in:
Daniil Polyakov
2026-03-20 00:47:37 +03:00
parent 9d87e3b046
commit b631ef02c6
21 changed files with 120 additions and 639 deletions
+3 -1
View File
@@ -480,5 +480,7 @@ pub async fn verify_commitment_is_in_state(
seq_client
.get_proof_for_commitment(commitment)
.await
.is_ok()
.ok()
.flatten()
.is_some()
}