Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Cannot link eosio::canceldelay to a minimum permission when not linking eosio::canceldelay #6654

Closed
michaeljyeates opened this issue Jan 23, 2019 · 2 comments
Labels

Comments

@michaeljyeates
Copy link

I have created a contract with an action named canceldelay and now I am trying to link it but get this error

$ cleos set action permission evilmikehere guardianbot1 canceldelay cancel -p evilmikehere@owner
Error 3050000: Action validate exception
Error Details:
Cannot link eosio::canceldelay to a minimum permission
@arhag arhag added the bug label Jan 27, 2019
@arhag
Copy link
Contributor

arhag commented Jan 27, 2019

😔I guess I'll add it to the ever-growing list of planned protocol upgrades.

Until this bug is fixed with a protocol upgrade (aka hardfork) contracts should avoid naming their actions updateauth, deleteauth, linkauth, unlinkauth, or canceldelay, otherwise those actions cannot be linked to a minimum permission.

@arhag
Copy link
Contributor

arhag commented May 16, 2019

Resolved by #7025.

@arhag arhag closed this as completed May 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants