mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-26 01:32:25 +01:00
update transaction tree with final txid when transaction is extracted
This commit is contained in:
parent
23c802bb5f
commit
b5b384f5da
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…
x
Reference in New Issue
Block a user