Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into r…
Browse files Browse the repository at this point in the history
…elease-v0.8.0-beta.0
  • Loading branch information
ericnordelo committed Oct 26, 2023
2 parents 95db0ba + 065b7b5 commit 9a51aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ fn deploy(contract_class_hash: felt252, calldata: Array<felt252>) -> ContractAdd
/// params are set as event keys, but the first event key is always set as the
/// event ID.
///
/// This method doesn't currently work for components events that are not flattened,
/// becuase and extra key is added, pushing the event ID key to the second position.
/// This method doesn't currently work for components events that are not flattened
/// because an extra key is added, pushing the event ID key to the second position.
fn pop_log<T, impl TDrop: Drop<T>, impl TEvent: starknet::Event<T>>(
address: ContractAddress
) -> Option<T> {
Expand Down

0 comments on commit 9a51aca

Please sign in to comment.