Skip to content

Commit 4020af4

Browse files
Merge remote-tracking branch 'main/master' into add-hashable-index-ECR-4064
2 parents 795d9df + ec6bed2 commit 4020af4

File tree

1 file changed

+1
-1
lines changed
  • exonum-java-binding/core/src/main/java/com/exonum/binding/core/service

1 file changed

+1
-1
lines changed

exonum-java-binding/core/src/main/java/com/exonum/binding/core/service/Schema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* A schema of the collections (a.k.a. indices) of a service.
2323
*
2424
* <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
25+
* Exonum automatically tracks every Merkelized collection used by the user
2626
* services. It aggregates state hashes of these collections into a single
2727
* Merkelized meta-map. The hash of this meta-map is considered the hash of the
2828
* entire blockchain state and is recorded as such in {@linkplain Block#getStateHash() blocks}

0 commit comments

Comments
 (0)