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
Currently MsgSetRewards is invalid for empty coins
We should add the behavior of removing the reward pool if rewards are specified as zero coins
Alternative:
Introducing a new message like MsgUnsetRewards although I think it add unnecessary complexity for the chain. The name difference can be handled in the client
Operation is still impossible if launch is triggered
The text was updated successfully, but these errors were encountered:
Currently
MsgSetRewards
is invalid for empty coinsWe should add the behavior of removing the reward pool if rewards are specified as zero coins
Alternative:
Introducing a new message like
MsgUnsetRewards
although I think it add unnecessary complexity for the chain. The name difference can be handled in the clientOperation is still impossible if launch is triggered
The text was updated successfully, but these errors were encountered: