Skip to content

Commit a80837c

Browse files
committed
feat: update tests
1 parent 10b02a6 commit a80837c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/cairo_code/account.cairo

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,3 @@ trait IAccount {
1313
fn is_valid_signature(message: felt252, signature: Array<felt252>) -> u32;
1414
fn supports_interface(interface_id: u32) -> bool;
1515
}
16-
17-
trait Sergio {
18-
fn __execute__(calls: Array<Call>) -> Array<Span<felt252>>;
19-
fn __validate__(calls: Array<Call>) -> felt252;
20-
fn is_valid_signature(hash: felt252, signature: Array<felt252>) -> u32;
21-
}

0 commit comments

Comments
 (0)