ui: Add "Copy raw transaction data" to transaction list context menu

Add a way to quickly copy transaction hex.

Primarily useful when manually submitting transactions,
e.g. `-walletbroadcast=0` is set.
This commit is contained in:
Wladimir J. van der Laan
2015-11-17 11:17:09 +01:00
parent eac53ec992
commit b4f3e9c09e
4 changed files with 26 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ private Q_SLOTS:
void copyLabel();
void copyAmount();
void copyTxID();
void copyTxHex();
void openThirdPartyTxUrl(QString url);
void updateWatchOnlyColumn(bool fHaveWatchOnly);