File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
public/content/translations/ja/developers/tutorials/a-developers-guide-to-ethereum-part-one Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ sourceUrl: https://snakecharmers.ethereum.org/a-developers-guide-to-ethereum-pt-
39
39
}
40
40
```
41
41
42
- 各[ ブロック] ( /developers/docs/blocks/ ) は、その前のブロックを参照します。` parentHash ` は、単に前のブロックのハッシュ値です。< FeaturedText >注: イーサリアムは
42
+ 各[ ブロック] ( /developers/docs/blocks/ ) は、その前のブロックを参照します。` parentHash ` は、単に前のブロックのハッシュ値です。
43
43
44
- <FeaturedText >注: イーサリアムは [ ハッシュ関数 ] ( https://wikipedia.org/wiki/Hash_function ) を定期的に使用して、固定サイズの値(ハッシュ)を生成します。 イーサリアムではハッシュ値が重要な役割を果たしますが、今のところは固有のIDと考えておくとよいでしょう。</FeaturedText >
44
+ <FeaturedText >注: イーサリアムは < a href = " https://wikipedia.org/wiki/Hash_function " >ハッシュ関数</ a > を定期的に使用して、固定サイズの値(ハッシュ)を生成します。 イーサリアムではハッシュ値が重要な役割を果たしますが、今のところは固有のIDと考えておくとよいでしょう。</FeaturedText >
45
45
46
46
![ ブロックチェーンと各ブロック内のデータを表す図] ( ./blockchain-diagram.png )
47
47
You can’t perform that action at this time.
0 commit comments