hyperledger-archives / aries-protocol-test-suite

Test Suite for testing protocol compliance of Aries Agents
https://wiki.hyperledger.org/display/aries
Apache License 2.0
25 stars 19 forks source link

Don't assume all keys are in the publicKey array. #27

Closed dbluhm closed 4 years ago

dbluhm commented 4 years ago

Only key references that are not present in the publicKey array will raise an error.

dbluhm commented 4 years ago

Tomislav brought this issue to my attention and has confirmed that this PR fixes the issue he was experiencing.