mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
QT: Add 'copy full transaction details' option
Adds feature from issue #7484 modifies the ctrl-c binding to copy full transaction details in transaction view. Added translation
This commit is contained in:
@@ -94,6 +94,7 @@ private Q_SLOTS:
|
||||
void copyAmount();
|
||||
void copyTxID();
|
||||
void copyTxHex();
|
||||
void copyTxPlainText();
|
||||
void openThirdPartyTxUrl(QString url);
|
||||
void updateWatchOnlyColumn(bool fHaveWatchOnly);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user