Fix paperWallet variables. Hide for testnet

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-02 17:29:57 -03:00
commit 458615a49f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 6 additions and 5 deletions

View file

@ -17,7 +17,7 @@
<span translate>Scan addresses for funds</span>
</li>
<li class="line-b p20" ng-click="$root.go('paperWallet')">
<li ng-show="index.network == 'livenet'" class="line-b p20" ng-click="$root.go('paperWallet')">
<i class="icon-arrow-right3 size-24 right text-gray"></i>
<span translate>Sweep paper wallet</span>
</li>