TX inputs does not return address and amount data. #25
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Core-Wallets/Auroracoin#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
https://github.com/dashpay/dash/pull/1839
https://github.com/dashpay/dash/issues/1767
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.
bitpay/bitcoin@d28f886684/src/rpcrawtransaction.cpp (L62)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.