Browse Source

Update src/components/BitcoinConnectWallet.vue

Co-authored-by: Mayank Chhabra <mayankchhabra9@gmail.com>
show-electrum-connection-details
Luke Childs 4 years ago
committed by GitHub
parent
commit
d52d3d1df4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/BitcoinConnectWallet.vue

2
src/components/BitcoinConnectWallet.vue

@ -12,7 +12,7 @@
<b-form-select-option :value="{walletName: 'Phoenix', type: 'electrum'}">Phoenix</b-form-select-option>
<b-form-select-option-group label="Other">
<b-form-select-option
:value="{walletName: 'any other wallet that can connect to Bitcoin Core\'s P2P port', type: 'p2p'}"
:value="{walletName: 'any other wallet that supports Bitcoin Core\'s P2P port', type: 'p2p'}"
>Bitcoin Core P2P</b-form-select-option>
<b-form-select-option
:value="{walletName: 'any other wallet that can connect to an Electrum server', type: 'electrum'}"

Loading…
Cancel
Save