Просмотр исходного кода

book: Fix footnotes in bridge.md

parazyd 3 лет назад
Родитель
Сommit
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
 sharing scheme needs to be verifiable to prevent the deviating nodes
 from throwing off the protocol.
 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
 ## 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
 the transaction costs. The bridge nodes could fund this themselves
 but then there also needs to be some protection mechanism to avoid
 but then there also needs to be some protection mechanism to avoid
 people being able to drain those wallets from their ETH.
 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>