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 I create a balance [{denom: 'stake', amount: '100'}] in the genesis, gaiad gentx will fail because the user has no STAKE. I propose we ignore casing in the denomination to reduce confusion.
The same goes for transactions where I need to define the denomination. If it is not uppercase the transaction will fail.
Problem Definition
Proposal
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
I agree that it makes sense to prevent the either lowercase or uppercase - I guess making it all caps makes sense as tokens are usually listed as all caps 👍
Summary
When I create a balance
[{denom: 'stake', amount: '100'}]
in the genesis,gaiad gentx
will fail because the user has noSTAKE
. I propose we ignore casing in the denomination to reduce confusion.The same goes for transactions where I need to define the denomination. If it is not uppercase the transaction will fail.
Problem Definition
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: