mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 16:43:14 +00:00
update transaction tree with final txid when transaction is extracted
This commit is contained in:
@@ -531,6 +531,7 @@ public class TransactionController implements Initializable {
|
||||
if(event.getPsbt().equals(getPSBT())) {
|
||||
txhex.setTransaction(getTransaction());
|
||||
highlightTxHex();
|
||||
txtree.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user