Skip to content

Commit

Permalink
chore: update get_account
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Nov 19, 2024
1 parent 88e80d4 commit 2a00f9e
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 @@ -112,7 +112,7 @@ pub mod Registry {
let prefix: felt252 = 'STARKNET_CONTRACT_ADDRESS';
let account_address = PedersenTrait::new(0)
.update(prefix)
.update(0)
.update(get_contract_address().into())
.update(salt)
.update(implementation_hash)
.update(constructor_calldata_hash)
Expand Down

0 comments on commit 2a00f9e

Please sign in to comment.