diff --git a/docs/multisignature.md b/docs/multisignature.md index f17e985..fb8089f 100644 --- a/docs/multisignature.md +++ b/docs/multisignature.md @@ -1,8 +1,5 @@ # Multisignature -!!! warning - This is unreleased feature. - In cryptocurrencies, multisig feature allows to sign transaction with more than one private key. Funds protected with multisig can only be spent by signing with M-of-N keys. Example use cases: diff --git a/docs/public-address/integrated-address.md b/docs/public-address/integrated-address.md index 7dd0137..3496bbc 100644 --- a/docs/public-address/integrated-address.md +++ b/docs/public-address/integrated-address.md @@ -34,7 +34,7 @@ Both types allow you to learn for what you are being paid. **Businesses** accepting payments in an automated way should prefer **integrated addresses**. The rationale is as follows: -* Scenario where subaddresses improve privacy is not applicable for businesses b/c businesses have the same identity over time. Consequently, subaddresses provide no benefits over integrated addresses. +* Scenario where subaddresses improve privacy is not applicable to businesses b/c businesses have the same identity over time. Consequently, subaddresses provide no benefits over integrated addresses. * No private key is necessary to generate integrated address. This provides a strong security advantage because services that generate integrated addresses need no access to wallet. In contrast, to generate a subaddress, one needs a private view key.