Feature bech32 is about sending/receiving to, only

All wallets can receive from bech32 by definition of soft fork
All wallets that can receive to can also send from, so the "send from"
part needs no extra mention.
This commit is contained in:
Leo Wandersleb 2020-07-29 18:14:25 -04:00
parent a4bf3d697a
commit 691d0fd7b5
No known key found for this signature in database
GPG Key ID: 90B2F570DA9B91E4
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ on the availability of a third party to provide the service.
+ **Bech32:** Bech32 is a special address format made possible by SegWit (see
the feature description for SegWit for more info). This address format is also
known as 'bc1 addresses'. Some bitcoin wallets and services do not yet support
sending and/or receiving to or from Bech32 addresses.
sending or receiving to Bech32 addresses.
+ **Full Node:** Some wallets fully validate transactions and blocks. Almost all
full nodes help the network by accepting transactions and blocks from other
full nodes, validating those transactions and blocks, and then relaying them to

View File

@ -235,7 +235,7 @@ en:
wizard-feature-2fa: "2FA"
wizard-feature-2fa-description: "Two-factor authentication (2FA) is a way to add additional security to your wallet. The first 'factor' is your password for your wallet. The second 'factor' is a verification code retrieved via text message or from an app on a mobile device. 2FA is conceptually similar to a security token device that banks in some countries require for online banking. It likely requires relying on the availability of a third party to provide the service."
wizard-feature-bech32: "Bech32"
wizard-feature-bech32-description: "Bech32 is a special address format made possible by SegWit (see the feature description for SegWit for more info). This address format is also known as 'bc1 addresses'. Some bitcoin wallets and services do not yet support sending and/or receiving to or from Bech32 addresses."
wizard-feature-bech32-description: "Bech32 is a special address format made possible by SegWit (see the feature description for SegWit for more info). This address format is also known as 'bc1 addresses'. Some bitcoin wallets and services do not yet support sending or receiving to Bech32 addresses."
wizard-feature-full_node: "Full Node"
wizard-feature-full_node-description: "Some wallets fully validate transactions and blocks. Almost all full nodes help the network by accepting transactions and blocks from other full nodes, validating those transactions and blocks, and then relaying them to further full nodes."
wizard-feature-hardware_wallet: "Hardware Wallet"

View File

@ -118,7 +118,7 @@ below:
* bech32: Bech32 is a special address format made possible by SegWit (see the
feature description for SegWit for more info). This address format is also
known as 'bc1 addresses'. Some bitcoin wallets and services do not yet support
sending and/or receiving to or from Bech32 addresses.
sending or receiving to Bech32 addresses.
- To qualify for supporting this feature, the wallet must be able to send and receive Bech32 format addresses. Bech32 does not need to be the default receive address format, but it should be easy and obvious for users to generate a Bech32 format receive address.