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

fix: take delegation id from request #254

Merged
merged 2 commits into from
Feb 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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