We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the AddressIndexing/bitcore build of 2.0.17 "vjoinsplit" is missing from zen-cli decoderawtransaction
"vjoinsplit"
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": [ ] }
The text was updated successfully, but these errors were encountered:
Addressed in #212
Sorry, something went wrong.
No branches or pull requests
In the AddressIndexing/bitcore build of 2.0.17
"vjoinsplit"
is missing fromzen-cli decoderawtransaction
expected
v2.0.17-bitcore
The text was updated successfully, but these errors were encountered: