فهرست منبع

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>