mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-10-29 18:37: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
|
||||
|
||||
!!! 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:
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue