@@ -33,7 +33,7 @@ Earn Fees by Providing Token Swaps
3333
3434In addition to providing normal mediation, mediators can also choose to
3535act as an exchange between different token networks. The mediator will
36- have to excplitly accept the legal risks and choose reasonable exchange
36+ have to explicitly accept the legal risks and choose reasonable exchange
3737rates.
3838
3939Migrate Between Contract Versions
@@ -49,7 +49,7 @@ This can be mitigated by having some mediators open channels in the new
4949contracts while keeping their old channels open. Then these mediators
5050can mediate payments between the old and new networks.
5151
52- This will require support for multiple token network registries in the
52+ This will require support for multiple token network registries in
5353the client. As a consequence, multiple token networks for the same token
5454also have to be supported.
5555
@@ -62,7 +62,7 @@ BTC, tokens on Ethereum, tokens on sidechains or other blockchains.
6262
6363Compared to the other use cases, this brings additional problems, since
6464the PFS will not be able to find routes outside of Ethereum and we will
65- have to coordinate with non-Raiden clients. As a consquence , this should
65+ have to coordinate with non-Raiden clients. As a consequence , this should
6666be left out of the initial implementation. But we should keep it in
6767mind, so that we don’t accidentally make it harder to add support for
6868this in a later step.
@@ -109,7 +109,7 @@ will arise.
109109Finding Routes Through Multiple Networks
110110~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111111
112- Currently, the PFS handles each token network seperately , which prevents
112+ Currently, the PFS handles each token network separately , which prevents
113113it from finding routes across different token networks. Implementing
114114support for cross-TN-routes requires some changes to the data structures
115115used in the PFS. Doing this naively will result in slow pathfinding,
0 commit comments