Open raedah opened 8 years ago
I have a new pull request for this. Could use some ACKs. https://github.com/bitcoin/bitcoin/pull/7569
If anyone wants to follow up on this, my research came to the conclusion that its really not possible to modify the behavior of the transaction list because of the assumed behavior from the core project. What can be done though is a patch to dramatically improve the transaction details view.
https://github.com/bitcoin/bitcoin/pull/7101
This pull request fixes how qt displays transactions generated by joinmarket. Instead of displaying two transactions, it will display the single transaction with the net profit. More importantly, the details view of the transaction will show your input and output amounts which is useful data.
It needs to be tested and ACK'd by others before core will consider it.