Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong denom "undefined" is showed in delegate and undelegate transactions #5353

Closed
4 tasks
mariopino opened this issue Dec 3, 2019 · 1 comment
Closed
4 tasks

Comments

@mariopino
Copy link

Summary of Bug

Wrong denom "undefined" is showed in delegate and undelegate transactions in REST api.

Version

Steps to Reproduce

Example transaction:

https://stargate.cosmos.network/txs?action=begin_unbonding&delegator=cosmos16wgw3k7rspegl9khx79fuaa37unf4nfmxf7pyr

Extract of response (see cosmos-sdk/MsgUndelegate msg):

...
    "tx":{
      "type":"auth/StdTx",
      "value":{
        "msg":[
          {
            "type":"cosmos-sdk/MsgUndelegate",
            "value":{
              "delegator_address":"cosmos16wgw3k7rspegl9khx79fuaa37unf4nfmxf7pyr",
              "validator_address":"cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0",
              "amount":{
                "denom":"undefined",
                "amount":"100000"
              }
            }
          }
        ],
...

Redelegate example (same behaviour):

https://stargate.cosmos.network/txs?action=begin_redelegate&delegator=cosmos16wgw3k7rspegl9khx79fuaa37unf4nfmxf7pyr


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@faboweb
Copy link
Contributor

faboweb commented Dec 3, 2019

Fixed in: #4600

@faboweb faboweb closed this as completed Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants