Skip to content

Commit

Permalink
fix: fix suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored Oct 10, 2023
1 parent c7c8676 commit 879270b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/eoa/src/externally_owned_account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ mod ExternallyOwnedAccount {

/// Validate Declare is not used for Kakarot
fn __validate_declare__(self: @ContractState, class_hash: felt252) -> felt252 {
panic_with_felt252('Cannot Declare EOA')
0
panic_with_felt252('Cannot Declare EOA')
}


Expand Down

0 comments on commit 879270b

Please sign in to comment.