Bläddra i källkod

book: Fix footnotes in bridge.md

parazyd 3 år sedan
förälder
incheckning
280bbd05b7
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. 4 2
      doc/src/architecture/bridge.md

+ 4 - 2
doc/src/architecture/bridge.md

@@ -27,8 +27,6 @@ corrupt nodes and make them deviate from the protocol), the secret
 sharing scheme needs to be verifiable to prevent the deviating nodes
 from throwing off the protocol.
 
-[^1]: https://en.wikipedia.org/wiki/Verifiable_secret_sharing
-[^2]: https://en.wikipedia.org/wiki/Secure_multiparty_computation
 
 ## General bridge flow
 
@@ -67,3 +65,7 @@ fees (e.g. bridging DAI from ETH), there needs to be a way to cover
 the transaction costs. The bridge nodes could fund this themselves
 but then there also needs to be some protection mechanism to avoid
 people being able to drain those wallets from their ETH.
+
+[^1]: <https://en.wikipedia.org/wiki/Verifiable_secret_sharing>
+
+[^2]: <https://en.wikipedia.org/wiki/Secure_multiparty_computation>