Skip to content

Commit

Permalink
comment where "SCR5 (#1288)
Browse files Browse the repository at this point in the history
* Update account.cairo

* Update src9.cairo
  • Loading branch information
Dahka2321 authored Jan 10, 2025
1 parent ca212ce commit dcb8bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/test_common/src/mocks/account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub mod DualCaseAccountMock {
impl DeployableImpl = AccountComponent::DeployableImpl<ContractState>;
impl AccountInternalImpl = AccountComponent::InternalImpl<ContractState>;

// SCR5
// SRC5
#[abi(embed_v0)]
impl SRC5Impl = SRC5Component::SRC5Impl<ContractState>;

Expand Down Expand Up @@ -59,7 +59,7 @@ pub mod SnakeAccountMock {
impl PublicKeyImpl = AccountComponent::PublicKeyImpl<ContractState>;
impl AccountInternalImpl = AccountComponent::InternalImpl<ContractState>;

// SCR5
// SRC5
#[abi(embed_v0)]
impl SRC5Impl = SRC5Component::SRC5Impl<ContractState>;

Expand Down
2 changes: 1 addition & 1 deletion packages/test_common/src/mocks/src9.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub mod SRC9AccountMock {
SRC9Component::OutsideExecutionV2Impl<ContractState>;
impl OutsideExecutionInternalImpl = SRC9Component::InternalImpl<ContractState>;

// SCR5
// SRC5
#[abi(embed_v0)]
impl SRC5Impl = SRC5Component::SRC5Impl<ContractState>;

Expand Down

0 comments on commit dcb8bac

Please sign in to comment.