update transaction tree with final txid when transaction is extracted

This commit is contained in:
Craig Raw 2021-04-24 09:04:28 +02:00
parent 23c802bb5f
commit b5b384f5da
2 changed files with 2 additions and 1 deletions

2
drongo

@ -1 +1 @@
Subproject commit 0a43f9f6a8d0fd849e6552b936f8d15fafe800fa
Subproject commit db05e09fe54d80d611153cc4326d83cc91359ffa

View file

@ -531,6 +531,7 @@ public class TransactionController implements Initializable {
if(event.getPsbt().equals(getPSBT())) {
txhex.setTransaction(getTransaction());
highlightTxHex();
txtree.refresh();
}
}