Skip to content

Commit 31254ab

Browse files
DaniRumpirober12
andauthored
Update src/txFactory/identityManagerTransactionFactory.ts
Co-authored-by: Roberto García Álvarez <[email protected]>
1 parent 7ed2a36 commit 31254ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/txFactory/identityManagerTransactionFactory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function createAlastriaIdentityHash(web3, publicKeyHash) {
6666
const transaction = Object.assign({}, config.basicTransaction)
6767
transaction.gasLimit = 600000
6868
const publicKeyCallData = web3.eth.abi.encodeFunctionCall(
69-
config.contractsAbi.AlastriaPublicKeyRegistry.addKey,
69+
config.contractsAbi.AlastriaPublicKeyRegistry.addPublicKey,
7070
[publicKeyHash]
7171
)
7272
transaction.data = web3.eth.abi.encodeFunctionCall(

0 commit comments

Comments
 (0)