diff options
author | Robert Theis <943135+rmtheis@users.noreply.github.com> | 2022-01-28 07:07:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 07:07:22 -0600 |
commit | b8beac3eccfe2571fcd22a0bacfebb20db7e4dfb (patch) | |
tree | a34ce82daa16ad1a3c9f99d499bf6a8be2af1a79 | |
parent | Merge pull request #8135 (diff) | |
download | monero-b8beac3eccfe2571fcd22a0bacfebb20db7e4dfb.tar.xz |
Fix typos in docs
-rw-r--r-- | docs/LEVIN_PROTOCOL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LEVIN_PROTOCOL.md b/docs/LEVIN_PROTOCOL.md index 81f6f52ee..2a5dacb84 100644 --- a/docs/LEVIN_PROTOCOL.md +++ b/docs/LEVIN_PROTOCOL.md @@ -1,5 +1,5 @@ # Levin Protocol -This is a document explaining the current design of the levin protocol, as +This is a document explaining the current design of the Levin protocol, as used by Monero. The protocol is largely inherited from cryptonote, but has undergone some changes. @@ -9,7 +9,7 @@ extensibility. One of the goals of this document is to clearly indicate what is being sent "on the wire" to identify metadata that could de-anonymize users over I2P/Tor. -These issues will be addressed as they are found. See `ANONMITY_NETWORKS.md` in +These issues will be addressed as they are found. See `ANONYMITY_NETWORKS.md` in the `docs` folder for any outstanding issues. > This document does not currently list all data being sent by the monero |