Skip to content

Commit

Permalink
fix: remove identity declaration in deactivate_did contract
Browse files Browse the repository at this point in the history
This contract will be run on the client side which keyring is not stored under the identity
  • Loading branch information
matteo-cristino committed Aug 3, 2023
1 parent 06e5b94 commit 1d633e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deactivate_did.zen
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Scenario ecdh
Scenario eddsa

# load the spec admin keyring to sign the request
Given my name is in a 'string' named 'controller'
and I have my 'keyring'
Given I have a 'keyring'
and I have a 'string' named 'signer_did_spec'

# load eddsa pk for id
Expand Down

0 comments on commit 1d633e0

Please sign in to comment.