Skip to content

Commit

Permalink
chore: fix account component
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Nov 20, 2024
1 parent 2a00f9e commit 6ce9c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/account/account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pub mod AccountComponent {
let prefix: felt252 = 'STARKNET_CONTRACT_ADDRESS';
let account_address = PedersenTrait::new(0)
.update(prefix)
.update(0)
.update(registry.into())
.update(salt)
.update(implementation)
.update(constructor_calldata_hash)
Expand Down

0 comments on commit 6ce9c22

Please sign in to comment.