When trying to utilize the wildcard feature of linkauth, I am turning up unsuccessful.
I have permission called infiniverse on my account that I want to link to all actions on the infiniverse1 contract.
eosc asks for:
eosc system linkauth [your account] [code account] [action name] [permission name] [flags]
I input:
eosc system linkauth testkauffman infiniverse1 "*" infiniverse
and I get this error:
ERROR: invalid name format for "action name": invalid name, 13 characters maximum
When trying to utilize the wildcard feature of linkauth, I am turning up unsuccessful. I have permission called
infiniverse
on my account that I want to link to all actions on theinfiniverse1
contract. eosc asks for:eosc system linkauth [your account] [code account] [action name] [permission name] [flags]
I input:eosc system linkauth testkauffman infiniverse1 "*" infiniverse
and I get this error:ERROR: invalid name format for "action name": invalid name, 13 characters maximum