Skip to content

Commit

Permalink
Fix broken FeaturedText tag
Browse files Browse the repository at this point in the history
  • Loading branch information
minimalsm committed May 7, 2024
1 parent 0783f20 commit dfccc7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ sourceUrl: https://snakecharmers.ethereum.org/a-developers-guide-to-ethereum-pt-
}
```

[ブロック](/developers/docs/blocks/)は、その前のブロックを参照します。`parentHash`は、単に前のブロックのハッシュ値です。<FeaturedText>注: イーサリアムは
[ブロック](/developers/docs/blocks/)は、その前のブロックを参照します。`parentHash`は、単に前のブロックのハッシュ値です。

<FeaturedText>注: イーサリアムは [ハッシュ関数](https://wikipedia.org/wiki/Hash_function)を定期的に使用して、固定サイズの値(ハッシュ)を生成します。 イーサリアムではハッシュ値が重要な役割を果たしますが、今のところは固有のIDと考えておくとよいでしょう。</FeaturedText>
<FeaturedText>注: イーサリアムは <a href="https://wikipedia.org/wiki/Hash_function">ハッシュ関数</a>を定期的に使用して、固定サイズの値(ハッシュ)を生成します。 イーサリアムではハッシュ値が重要な役割を果たしますが、今のところは固有のIDと考えておくとよいでしょう。</FeaturedText>

![ブロックチェーンと各ブロック内のデータを表す図](./blockchain-diagram.png)

Expand Down

0 comments on commit dfccc7c

Please sign in to comment.