Fix contributor oracle permission auth #63

Merged
bumi merged 1 commits from fix/contriutor-permissions into master 2019-04-03 09:37:10 +00:00
bumi commented 2019-04-03 08:17:52 +00:00 (Migrated from github.com)

It seems that the entity is either defined by the permission or if we want to use the oracle the permission must be defined for any_entity.
In that case the oracle does not get the msg.sender as who/entity thus we will use tx.origin in that case.

It seems that the entity is either defined by the permission or if we want to use the oracle the permission must be defined for any_entity. In that case the oracle does not get the msg.sender as who/entity thus we will use tx.origin in that case.
raucao commented 2019-04-03 09:36:48 +00:00 (Migrated from github.com)

BAAM! 👍

BAAM! :+1:
Sign in to join this conversation.
No description provided.