stakelink / substrate-payctl

Simple command line application to control the payouts of Substrate validators (Polkadot and Kusama among others).
MIT License
32 stars 8 forks source link

claimedRewards literal change #18

Open divdev-source opened 3 years ago

divdev-source commented 3 years ago

The key claimedRewards appears to have changed to claimed_rewards. I had to change the corresponding literal on line 104 of util.py in get_eras_payment_info_filtered to get my payctl working again.

Maharacha commented 3 years ago

https://github.com/stakelink/substrate-payctl/pull/17