Fixed copy value for scriptPubKey on tx list

This commit is contained in:
Gustavo Cortez 2014-03-28 02:53:29 -03:00
parent 1ccd161979
commit 63b6edba33
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
<div class="small">
<p><strong>scriptPubKey</strong></p>
<span class="col-md-11 text-muted ellipsis">{{vout.scriptPubKey.asm}}</span>
<span class="btn-copy col-md-1" clip-copy="tx.txid"></span>
<span class="btn-copy col-md-1" clip-copy="vout.scriptPubKey.asm"></span>
</div>
</div>
</div>