Closed nrempel closed 6 years ago
https://github.com/PSPC-SPAC-buyandsell/von_agent/blob/3a4a9d850e4617cf7a12c889ad09b5097392296b/von_agent/agents.py#L1080
I think
'requested_attributes': { 'attr0_uuid': { '31291362-9b75-4353-a948-a7d02d0e7a00': { 'cred_id': string, 'timestamp': integer, # optional 'revealed': bool } }, ... },
should be
'requested_attributes': { 'attr0_uuid': { 'cred_id': '31291362-9b75-4353-a948-a7d02d0e7a00', 'timestamp': integer, # optional 'revealed': bool }, ...
Noted, I'll fix it in 1.1.1
https://github.com/PSPC-SPAC-buyandsell/von_agent/blob/3a4a9d850e4617cf7a12c889ad09b5097392296b/von_agent/agents.py#L1080
I think
should be