Removes cash message

This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-02 12:36:00 -03:00
commit a5948b7b3c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -60,10 +60,6 @@
<span ng-if="tx.toName && !showAddress">{{tx.toName}}</span> <span ng-if="tx.toName && !showAddress">{{tx.toName}}</span>
<span ng-if="tx.toName && showAddress">{{tx.toAddress}}</span> <span ng-if="tx.toName && showAddress">{{tx.toAddress}}</span>
</div> </div>
<div class="legacy-bitcoin-address" ng-if="legacyBitcoinCashAddress" copy-to-clipboard="legacyBitcoinCashAddress" translate>
Legacy Bitcoin Cash address: {{legacyBitcoinCashAddress}}
</div>
</div>
<a class="item item-icon-right" ng-hide="!wallet" ng-click="showWalletSelector()"> <a class="item item-icon-right" ng-hide="!wallet" ng-click="showWalletSelector()">
<span class="label" translate>From</span> <span class="label" translate>From</span>
<div class="wallet" ng-if="wallet"> <div class="wallet" ng-if="wallet">