wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
42 stars 23 forks source link

fix: linked_actions.action is optional #67

Closed theblockstalk closed 1 year ago

theblockstalk commented 1 year ago

If eosio::linkauth() is called with a wildcard/empty action name, then the action name is not returned by the API

see image

theblockstalk commented 1 year ago

without this fix an error is throw that the "action" property is undefined

aaroncox commented 1 year ago

Good catch, and thanks for the PR!

Released as @wharfkit/antelope version 0.7.1.