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
When running edit-finality-provider it requires you to enter the commission-rate, which isn't the desired functionality. If the commission-rate isn't present the following error will occur:
Whoops. There was an error while executing your fpd CLI 'failed to edit finality provider 6d3d0db52eaf19bf47e45ed367c75bcba440bf634c312c2e3223e47a4d81f16c err rpc error: code = Unknown desc = decimal string cannot be empty'%
We should follow Cosmos SDK’s convention which allows empty commission rate in the request.
The text was updated successfully, but these errors were encountered:
When running
edit-finality-provider
it requires you to enter thecommission-rate
, which isn't the desired functionality. If thecommission-rate
isn't present the following error will occur:We should follow Cosmos SDK’s convention which allows empty commission rate in the request.
The text was updated successfully, but these errors were encountered: