Skip to content

Commit

Permalink
chore: set deploy from zero to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Nov 19, 2024
1 parent bbfac61 commit 88e80d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry/registry.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub mod Registry {
];

let class_hash: ClassHash = implementation_hash.try_into().unwrap();
let result = deploy_syscall(class_hash, salt, constructor_calldata.span(), true);
let result = deploy_syscall(class_hash, salt, constructor_calldata.span(), false);
let (account_address, _) = result.unwrap_syscall();

self.emit(AccountCreated { account_address, token_contract, token_id, });
Expand Down

0 comments on commit 88e80d4

Please sign in to comment.