mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
update transaction tree with final txid when transaction is extracted
This commit is contained in:
parent
23c802bb5f
commit
b5b384f5da
2 changed files with 2 additions and 1 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 0a43f9f6a8d0fd849e6552b936f8d15fafe800fa
|
||||
Subproject commit db05e09fe54d80d611153cc4326d83cc91359ffa
|
|
@ -531,6 +531,7 @@ public class TransactionController implements Initializable {
|
|||
if(event.getPsbt().equals(getPSBT())) {
|
||||
txhex.setTransaction(getTransaction());
|
||||
highlightTxHex();
|
||||
txtree.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue