Skip to content

Commit

Permalink
chore: update types for additional linked info (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 authored May 25, 2023
2 parents 3716780 + e8f77e0 commit 1d083f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export async function generateDipTxSignature(
console.log(`DIP signature targeting block number: ${blockNumber.toHuman()}`)
const genesisHash = await api.query.system.blockHash(0)
console.log(`DIP consumer genesis hash: ${genesisHash.toHuman()}`)
const identityDetails = await api.query.dipConsumer.identityProofs(
const identityDetails = await api.query.dipConsumer.identityEntries(
Kilt.Did.toChain(did)
)
const identityDetailsType =
Expand Down

0 comments on commit 1d083f7

Please sign in to comment.