changed Bitcoin to Bitcoin Core (BTC)
This commit is contained in:
parent
fb06a68da3
commit
37ae615557
5 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ For a list of frequently asked questions please visit the [Bitcoin.com Wallet FA
|
|||
## Main Features
|
||||
|
||||
- Multiple wallet creation and management in-app
|
||||
- Creates both Bitcoin Cash (BCH) and Bitcoin (BTC) wallets by default
|
||||
- Creates both Bitcoin Cash (BCH) and Bitcoin Core (BTC) wallets by default
|
||||
- Intuitive, multisignature security for personal or shared wallets
|
||||
- Easy spending proposal flow for shared wallets and group payments
|
||||
- [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) Hierarchical deterministic (HD) address generation and wallet backups
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
<div class="subheader" ng-if="walletsBtc[0] && walletsBch[0]" translate>
|
||||
<img class="wallet-coin-logo" src="img/icon-bitcoin.svg" width="18">
|
||||
<span translate>Bitcoin (BTC)</span>
|
||||
<span translate>Bitcoin Core (BTC)</span>
|
||||
</div>
|
||||
<a
|
||||
ng-repeat="wallet in walletsBtc track by $index"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<span ng-if="loadingFee">...</span>
|
||||
</div>
|
||||
<div>
|
||||
<span translate>Bitcoin (BTC) rate for this policy</span>:
|
||||
<span translate>Bitcoin Core (BTC) rate for this policy</span>:
|
||||
<span class="fee-rate" ng-if="feePerSatByteBtc">{{feePerSatByteBtc}} satoshis/byte</span>
|
||||
<span ng-if="loadingFee">...</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
<div class="list card">
|
||||
<div class="item item-icon-right item-heading">
|
||||
<img class="wallet-coin-logo" src="img/icon-bitcoin.svg" width="18">
|
||||
<span translate>Bitcoin (BTC)</span>
|
||||
<span translate>Bitcoin Core (BTC)</span>
|
||||
<a ui-sref="tabs.add"><i class="icon ion-ios-plus-empty list-add-button"></i></a>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
<span ng-include="'views/includes/walletListSettings.html'"></span>
|
||||
</a>
|
||||
|
||||
<div class="item item-divider" ng-show="walletsBtc[0]">{{'Bitcoin (BTC)' | translate}}</div>
|
||||
<div class="item item-divider" ng-show="walletsBtc[0]">{{'Bitcoin Core (BTC)' | translate}}</div>
|
||||
|
||||
<a class="item item-icon-left item-icon-right" href
|
||||
ui-sref="tabs.preferences({'walletId': wallet.id})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue