Transactions->Transaction details shows txid with e-000 at the end, hmm.
v012-rc4 qt has some weird extra characters in txid #7499
issue themighty1 opened this issue on February 10, 2016-
themighty1 commented at 1:01 PM on February 10, 2016: none
-
sipa commented at 1:03 PM on February 10, 2016: member
That's been the case since 0.5, I think. The 000 is the output index of the payment in the transaction.
-
laanwj commented at 1:06 PM on February 10, 2016: member
That's been always the case. A Qt "transaction record" is not really a transaction but an output. So the output index uniquely qualifies it.
- laanwj closed this on Feb 10, 2016
- laanwj added the label GUI on Feb 10, 2016
-
themighty1 commented at 1:19 PM on February 10, 2016: none
Just a note, when I right-click in the tx list and select "Copy transaction ID", it still copies with the e-000 suffix. This is super counter-intuitive when all i needed is copy-paste the txid in a blockexplorer.
-
sipa commented at 1:23 PM on February 10, 2016: member
The e is part of the txid. It's not exponential number notation; it's just [txid]-[index].
It would have been more intuitive to use [txid]:[index], I think.
-
laanwj commented at 1:39 PM on February 10, 2016: member
It definitely shouldn't be adding an 'e'.
- MarcoFalke locked this on Sep 8, 2021
Contributors
Labels