Closed theblockstalk closed 1 year ago
If eosio::linkauth() is called with a wildcard/empty action name, then the action name is not returned by the API
eosio::linkauth()
see
without this fix an error is throw that the "action" property is undefined
Good catch, and thanks for the PR!
Released as @wharfkit/antelope version 0.7.1.
@wharfkit/antelope
0.7.1
If
eosio::linkauth()
is called with a wildcard/empty action name, then the action name is not returned by the APIsee