Skip to content

Commit 01386c7

Browse files
update test vector to use associated item for additional testing
1 parent ec2591c commit 01386c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/account/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl CustomAccountInterface for Contract {
2121
fn __check_auth(
2222
_env: Env,
2323
_signature_payload: Hash<32>,
24-
_signatures: (),
24+
_signatures: Self::Signature,
2525
_auth_contexts: Vec<Context>,
2626
) -> Result<(), Error> {
2727
Ok(())

0 commit comments

Comments
 (0)