Closed iicc1 closed 3 years ago
I have tested payctl on Kusama an Polkadot. I thought it should be compatible with any Substrate network with the Staking module but it seems it may not be.
I will investigate a bit on this issue, but it's on my lowest priority.
Can you try again using the last substrateinterface version?
Can you try again using the last substrateinterface version?
How can I update substrateinterface? Does it get updated if I reinstall Payctl?
Best way to update a python package is;
sudo pip install --upgrade [package_name]
Fixed in #12.
Hello,
I have used this tool with Kusama and works fine, but I have tried to use it with Stafi, a Substrate based blockchain, and payctl throws this error when I list or claim rewards:
This is my config file:
Maybe the issue is that Stafi uses custom types? In that case, the tool config would need to specify a custom type registry JSON.
Many thanks for the great tool!