tellor-io / tellor-pallet

GNU General Public License v3.0
7 stars 3 forks source link

fix: add missing event #119

Closed evilrobot-01 closed 1 year ago

evilrobot-01 commented 1 year ago

Adds a simple event to add_staking_rewards, inline with all the other dispatchables.

Note: this only adds it to the main dispatchable function and not all usages of the inner do_add_staking_rewards function, typically called when claiming tips.