Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
fix: take delegation id from request (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwelde authored Feb 18, 2020
1 parent cbcd752 commit b2caa4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/services/AttestationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ class AttestationService {

const attestation = Kilt.Attestation.fromRequestAndPublicIdentity(
requestForAttestation,
selectedIdentity,
null
selectedIdentity
)

const attestedClaim = Kilt.AttestedClaim.fromRequestAndAttestation(
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.2.tgz#63985d3d8b02530e0869962f4da09142ee8e200e"

"@kiltprotocol/sdk-js@^0.x":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@kiltprotocol/sdk-js/-/sdk-js-0.17.0.tgz#9af16539859219c988aaa69e3642d7cdb94537fe"
integrity sha512-O+imN6Z2h854iD891EaJO276oVDWVvZzrC+keOB1YByZYplyyk7etVv+Ekr2PAsWGAtVCKI6as2QX4m0BLLwFQ==
version "0.17.1"
resolved "https://registry.yarnpkg.com/@kiltprotocol/sdk-js/-/sdk-js-0.17.1.tgz#9f6ffadfa2649fb2fd79a06e31449cd3f1954c42"
integrity sha512-e9Yrc9OlYGG2gsta7hNSYPSrs8WqQI6VeLgNqwofK/Swf+nOlavURiVT+Rg/6Bm1usV4MFyo933XUKfPPLZVRw==
dependencies:
"@polkadot/api" "^0.96.1"
"@polkadot/keyring" "^1.7.0-beta.5"
Expand Down

0 comments on commit b2caa4c

Please sign in to comment.