mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-09 20:29:13 +02:00
recalculate txid before copying
This commit is contained in:
parent
c0ca74ce6a
commit
555e5ecfb8
@ -805,7 +805,7 @@ public class HeadersController extends TransactionFormController implements Init
|
||||
|
||||
public void copyId(ActionEvent event) {
|
||||
ClipboardContent content = new ClipboardContent();
|
||||
content.putString(headersForm.getTransaction().getTxId().toString());
|
||||
content.putString(headersForm.getTransaction().calculateTxId(false).toString());
|
||||
Clipboard.getSystemClipboard().setContent(content);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user