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 generated tx using BuildCreateValidatorMsg won't use the amount provided in args[1], but will use createValCfg.Amount. The written gentx won't use the provided denomination (e.g. "uatom"), but will just use "stake".
Version
v0.40.0-rc6
Steps to Reproduce
run gentx [name] [amountStr where denom isn't "stake"]
check the written tx
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've tried this as well, and it seems that there still is an --amount flag inside this command. If you provide the same amount inside the second argument and the flag, it will work:
gentx [name] 100000uatom --amount 100000uatom
I don't think this was intended, as it seems to me like a strange workaround.
I've tried this as well, and it seems that there still is an --amount flag inside this command. If you provide the same amount inside the second argument and the flag, it will work:
gentx [name] 100000uatom --amount 100000uatom
I don't think this was intended, as it seems to me like a strange workaround.
Summary of Bug
After #8183
The generated tx using
BuildCreateValidatorMsg
won't use the amount provided inargs[1]
, but will usecreateValCfg.Amount
. The written gentx won't use the provided denomination (e.g. "uatom"), but will just use "stake".Version
v0.40.0-rc6
Steps to Reproduce
gentx [name] [amountStr where denom isn't "stake"]
For Admin Use
The text was updated successfully, but these errors were encountered: