Closed sashazykov closed 9 years ago
Also an issue on single send. Both return an incorrect tx_hash, and the correct transaction id doesn't retain the included note.
I have the same problem with both the Blockchain API and RPC, an incorrect tx_hash is being returned by the request.
I have noticed this problem too when sending multiple transactions
This is also a problem with the /unspent api from from JSON. The HTML version shows the correct tx_hash.
Noticing the same problem.
these two reference the same transaction - but have different values -
https://blockchain.info/unspent?address=1A5Me3tuSKYqp4RnFmHcWTURexZ42VfJQq
However, bizarrely, brainwallet uses the unspent api, and seems to require having the wrong tx_hash here to function correctly - see here - http://memorywallet.org
What is the tx_hash value in unspent?
Fixed for me
It's a critical bug for our project. I had to suspend withdrawals.
If you can't fix it, it would be great to have an option not to receive Http Callbacks for outgoing transactions, because there is no way for us to see difference between change and deposits.