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