From 7c1af97f82fd6494b5c2a45cf76f562161af5f95 Mon Sep 17 00:00:00 2001 From: cake808 <20154415+cake808@users.noreply.github.com> Date: Mon, 28 May 2018 21:17:30 +0200 Subject: [PATCH] typo fixed: anonimity -> anonymity (#1095) --- doc/grin4bitcoiners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/grin4bitcoiners.md b/doc/grin4bitcoiners.md index 5af56db4..3ab48b34 100644 --- a/doc/grin4bitcoiners.md +++ b/doc/grin4bitcoiners.md @@ -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?