Skip to content

Commit

Permalink
chore: fmt, remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MirandaWood committed Mar 3, 2025
1 parent 4196bc0 commit dc63f3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub contract ContractClassRegisterer {
MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS, REGISTERER_CONTRACT_BYTECODE_CAPSULE_SLOT,
},
contract_class_id::ContractClassId,
hash::poseidon2_hash_subarray_variable,
utils::arrays::{array_concat, unsafe_padded_array_length},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ export class ClientExecutionContext extends ViewDataOracle {
* Emit a contract class log.
* This fn exists because we only carry a poseidon hash through the kernels, and need to
* keep the preimage in ts for later.
* We could also return the hash here if we must save extra gates.
* @param log - The contract class log to be emitted.
* @param counter - The contract class log's counter.
*/
Expand Down

0 comments on commit dc63f3c

Please sign in to comment.