You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# just print out the schema/cred def id's of presented claims
151
155
self.log(f"schema_id: {id_spec['schema_id']}")
152
156
self.log(f"cred_def_id {id_spec['cred_def_id']}")
153
157
#TODO placeholder for the next step
154
158
else:
155
159
# in case there are any other kinds of proofs received
156
-
self.log("#28.1 Received ", message["presentation_request"]["name"])
160
+
self.log("#28.1 Received ", pres_req["name"])
157
161
```
158
162
159
163
Right now this just verifies the proof received and prints out the attributes it reveals, but in "real life" your application could do something useful with this information.
0 commit comments