Merge pull request #1410 from XRPLF/remove_tech_talk_link

FAQ: remove dead tech talk link
This commit is contained in:
Rome Reginelli
2022-05-24 14:48:38 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ name: よくある質問
バリデータは、トランザクションがプロトコル要件を満たしていて、結果として「有効」であるかどうかを判断します。バリデータが提供する独自の機能は、順序付けされた単位にトランザクションをグループ化し、二重支払いを防ぐことを目的としてその順序に同意することです。
コンセンサスプロセスの詳細は、[コンセンサス](consensus.html)と[Ripple Labs Tech Talk: Understanding Consensus](https://ripple.com/insights/ripple-labs-tech-talk-consensus-within-the-ripple-protocol/)を参照してください。
コンセンサスプロセスの詳細は、[コンセンサス](consensus.html)を参照してください。
#### バリデータの実行にはいくらかかりますか?

View File

@@ -44,7 +44,7 @@ Although XRPL was initially developed for payment use cases, both the ledger and
All nodes ensure that transactions meet protocol requirements, and are therefore “valid.” The service that validators uniquely provide is administratively grouping transactions into ordered units, agreeing on one such ordering specifically to prevent double spending. <!-- STYLE_OVERRIDE: therefore -->
See [Consensus](consensus.html) and the [Ripple Labs Tech Talk: Understanding Consensus](https://ripple.com/insights/ripple-labs-tech-talk-consensus-within-the-ripple-protocol/) for more information about the consensus process.
See [Consensus](consensus.html) for more information about the consensus process.
#### How much does it cost to run a validator?