Skip to content

Commit a45a411

Browse files
Not root hashes
1 parent 621e598 commit a45a411

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/Service.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ default void configure(Fork fork, Properties arguments) {
4747

4848
/**
4949
* 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
50+
* of the blockchain state. Usually, it includes the hashes of all Merkelized collections
5151
* defined by this service.
5252
*
5353
* <p>The core uses this list to verify that the service on each node in the network has the same

0 commit comments

Comments
 (0)