mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
refactor: improve punctuation readability
This commit is contained in:
parent
6a9e035d19
commit
2ca0b47169
4 changed files with 10 additions and 10 deletions
|
@ -119,7 +119,7 @@ impl<C: JsonRpcClient> BatchVerifier<C> {
|
|||
);
|
||||
verified_proofs_count += 1;
|
||||
} else {
|
||||
tracing::warn!(batch_no, proof.proved_at, tee_type, "Verification failed!",);
|
||||
tracing::warn!(batch_no, proof.proved_at, tee_type, "Verification failed!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue