Fix paperWallet variables. Hide for testnet
This commit is contained in:
parent
82ee52c6fe
commit
458615a49f
3 changed files with 6 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue