mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-10-30 02:47:35 +00:00
Remove "unreleased" warning for multisignatures
This commit is contained in:
parent
251a782afa
commit
f02c82638b
2 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
# Multisignature
|
# 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.
|
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:
|
Example use cases:
|
||||||
|
|
|
@ -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:
|
**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.
|
* 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue