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.
1 parent 621e598 commit a45a411Copy full SHA for a45a411
exonum-java-binding/core/src/main/java/com/exonum/binding/core/service/Service.java
@@ -47,7 +47,7 @@ default void configure(Fork fork, Properties arguments) {
47
48
/**
49
* Returns a list of hashes representing the state of this service, as of the given snapshot
50
- * of the blockchain state. Usually, it includes the root hashes of all Merkelized collections
+ * of the blockchain state. Usually, it includes the hashes of all Merkelized collections
51
* defined by this service.
52
*
53
* <p>The core uses this list to verify that the service on each node in the network has the same
0 commit comments