You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
vorburger
changed the title
Minor: Inconsistent CLI arguments between inspect-earnings claim
Minor: Inconsistent CLI arguments between inspect-earnings and claim sub-commands
Jul 2, 2023
saturn-contracts inspect-earnings --address $NODE_FIL_ADDRESS --factory-address $CONTRACT_FIL_ADDRESS
VS.
saturn-contracts claim --addr-to-claim $NODE_FIL_ADDRESS --factory-addr $CONTRACT_FIL_ADDRESS --method ...
when perhaps this (TBD) would be more consistent:
saturn-contracts claim --address $NODE_FIL_ADDRESS --factory-address $CONTRACT_FIL_ADDRESS --method ...
BTW https://docs.saturn.tech/claim-your-rewards erroneously show
--factory-address
instead of (currently)--factory-addr
forclaim
.@AmeanAsad
The text was updated successfully, but these errors were encountered: