We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 795d9df + ec6bed2 commit 4020af4Copy full SHA for 4020af4
exonum-java-binding/core/src/main/java/com/exonum/binding/core/service/Schema.java
@@ -22,7 +22,7 @@
22
* A schema of the collections (a.k.a. indices) of a service.
23
*
24
* <p>To verify the integrity of the database state on each node in the network,
25
- * the core automatically tracks every Merkelized collection used by the user
+ * Exonum automatically tracks every Merkelized collection used by the user
26
* services. It aggregates state hashes of these collections into a single
27
* Merkelized meta-map. The hash of this meta-map is considered the hash of the
28
* entire blockchain state and is recorded as such in {@linkplain Block#getStateHash() blocks}
0 commit comments