Skip to content

Commit

Permalink
fix(lib): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Sep 23, 2024
1 parent 1aaec18 commit 789a599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/protocol_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl ProtocolInstance {
// packages/protocol/contracts/verifiers/libs/LibPublicInput.sol
// "VERIFY_PROOF", _chainId, _verifierContract, _tran, _newInstance, _prover, _metaHash
debug!(
"caclucate instance_hash from:
"calculate instance_hash from:
chain_id: {:?}, verifier: {:?}, transition: {:?}, sgx_instance: {:?},
prover: {:?}, block_meta: {:?}, meta_hash: {:?}",
self.chain_id,
Expand Down

0 comments on commit 789a599

Please sign in to comment.