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

"vjoinsplit" output missing in AddressIndexing "zen-cli decoderawtransaction" #172

Closed
cronicc opened this issue Jun 18, 2019 · 1 comment
Labels
Bug Something isn't working

Comments

@cronicc
Copy link
Member

cronicc commented Jun 18, 2019

In the AddressIndexing/bitcore build of 2.0.17 "vjoinsplit" is missing from zen-cli decoderawtransaction

expected

zen-cli decoderawtransaction $(zen-cli getrawtransaction 46ca990915d2e8094d4c50937dddc246a2f9b036a3afeb64d0e5a73d1a08de0b)

{
  "txid": "46ca990915d2e8094d4c50937dddc246a2f9b036a3afeb64d0e5a73d1a08de0b",
  "version": -3,
  "locktime": 0,
  "vin": [
  ],
  "vout": [
  ],
  "vjoinsplit": [
    {
      ...
    }
  ]
}

v2.0.17-bitcore

zen-cli decoderawtransaction $(zen-cli getrawtransaction 46ca990915d2e8094d4c50937dddc246a2f9b036a3afeb64d0e5a73d1a08de0b)

{
  "txid": "46ca990915d2e8094d4c50937dddc246a2f9b036a3afeb64d0e5a73d1a08de0b",
  "size": 3503,
  "version": -3,
  "locktime": 0,
  "vin": [
  ],
  "vout": [
  ]
}
@cronicc
Copy link
Member Author

cronicc commented Feb 11, 2020

Addressed in #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants