mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
typo fixed: anonimity -> anonymity (#1095)
This commit is contained in:
parent
37e2dc86f6
commit
7c1af97f82
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ No, and this is where MimbleWimble and Grin shine. Confidential transactions are
|
|||
|
||||
You can figure out which outputs are being spent by which transaction, but the trail of data stops here. All inputs and outputs look like random pieces of data, so you can't tell if the money was transferred, still belongs to the same person, which output is the actual transfer and which is the change, etc. Grin transactions are built with *no identifiable piece of information*.
|
||||
|
||||
In addition, Grin leverages [Dandelion relay](dandelion/dandelion.md), which provides additional anonimity as to which IP or client the transaction originated from, and allows for transactions to be aggregated.
|
||||
In addition, Grin leverages [Dandelion relay](dandelion/dandelion.md), which provides additional anonymity as to which IP or client the transaction originated from, and allows for transactions to be aggregated.
|
||||
|
||||
### What about the quantum computaggedon?
|
||||
|
||||
|
|
Loading…
Reference in a new issue