Merge pull request #3271 from cmgustavo/bug/paper-wallet-01

Fix paperWallet variables. Hide for testnet
This commit is contained in:
Matias Alejo Garcia 2015-10-05 04:38:17 -03:00
commit 8dc05e4a0e
3 changed files with 6 additions and 5 deletions

View file

@ -52,7 +52,7 @@
<div class="text-center m20b">
<h4 class="text-bold" translate>Funds founds</h4>
<div class="size-24">
{{paperWallet.balance}} BTC
{{paperWallet.balance}}
</div>
</div>

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>