epam / corgis

Simple solution for corgi NFT
https://epam.github.io/corgis
0 stars 4 forks source link

Fix grant access to escrow #184

Closed acuarica closed 3 years ago

acuarica commented 3 years ago

When a user grants access to an escrow, the collection (UnorderedMap) used to store the escrow accounts by user is using a hardcoded collection key.

This is a problem when two different users grant access to two different escrows respectively. Then those escrows will be shared across both users.