Преглед изворни кода

book: Fix footnotes in bridge.md

parazyd пре 3 година
родитељ
комит
280bbd05b7
1 измењених фајлова са 4 додато и 2 уклоњено
  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>