Add a way to quickly copy transaction hex to clipboard.
Primarily useful when manually submitting transactions, e.g. -walletbroadcast=0 is set.

Add a way to quickly copy transaction hex to clipboard.
Primarily useful when manually submitting transactions, e.g. -walletbroadcast=0 is set.

Concept ACK
140 | @@ -141,6 +141,7 @@ TransactionView::TransactionView(const PlatformStyle *platformStyle, QWidget *pa 141 | QAction *copyLabelAction = new QAction(tr("Copy label"), this); 142 | QAction *copyAmountAction = new QAction(tr("Copy amount"), this); 143 | QAction *copyTxIDAction = new QAction(tr("Copy transaction ID"), this); 144 | + QAction *copyTxHexAction = new QAction(tr("Copy raw transaction data"), this);
Nit: You could get rid of the "data" suffix because "raw transaction" already implies this.
Sounds good to me. Did decide not to use hex as that will give translation issues :-)
Nice! utACK. Will test soon.
Neat. Concept ACK.
Tested ACK.
<img width="1146" alt="bildschirmfoto 2015-11-18 um 14 20 37" src="https://cloud.githubusercontent.com/assets/178464/11242046/926c2a08-8dff-11e5-8270-7456feed33c4.png">
One little thing (not related to this PR):
I like it!
ACK (please remove the "data").
Add a way to quickly copy transaction hex.
Primarily useful when manually submitting transactions,
e.g. `-walletbroadcast=0` is set.
utACK b4f3e9c