-
Notifications
You must be signed in to change notification settings - Fork 30
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
TX inputs does not return address and amount data. #25
Comments
Could you give the rpc command that returns this? |
This response is from insight explorer. But actual command from auroracoin daemon is: Auroracoin-cli Getrawtransaction tx 1 I found this issue with insight explorer and not auroracoin. Bitcoin raw tx return same result. But somehow insight missing code to identify different tx and parse it. |
https://github.com/bitpay/bitcoin/blob/0.12.1-bitcore/src/rpcrawtransaction.cpp#L62 it looks like bitpay version of bitcoin-core has implemented address and amount data for inputs. |
So to get this right, insight hasn't got specific code to handle vanilla bitcoin core? Insight uses the bitpay version on their explorer? |
Yes , specially newer version of insight . |
Resolved with commit 0e33e48. Closing. |
in below output "VIN" has "addr", "valueSat" , "value" json field are null.
}
from google i found some patches made by DASH team might be helpful.
dashpay/dash#1839
dashpay/dash#1767
The text was updated successfully, but these errors were encountered: