You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,9 +39,9 @@ Hay muchas maneras de describir Ethereum, pero en su esencia es una cadena de bl
39
39
}
40
40
```
41
41
42
-
Cada [bloque](/developers/docs/blocks/) tiene una referencia al bloque anterior; el `parentHash` es el hash a ese bloque previo.
42
+
Cada [bloque](/developers/docs/blocks/) tiene una referencia al bloque anterior; el `parentHash` es el hash a ese bloque previo.<FeaturedText>Nota: Ethereum hace un uso regular de las
43
43
44
-
<FeaturedText>Nota: Ethereum hace un uso regular de las <ahref="https://wikipedia.org/wiki/Hash_function">funciones hash</a> para producir valores de tamaño fijo («hashes»). Los hashes desempeñan un importante papel en Ethereum; por ahora, puede considerarlos como identificadores únicos.</FeaturedText>
44
+
[funciones hash](https://wikipedia.org/wiki/Hash_function) para producir valores de tamaño fijo («hashes»). Los hashes desempeñan un importante papel en Ethereum; por ahora, puede considerarlos como identificadores únicos.</FeaturedText>
45
45
46
46

0 commit comments