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
Copy file name to clipboardExpand all lines: exonum-java-binding/core/src/main/java/com/exonum/binding/core/service/Node.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public interface Node {
34
34
* the {@linkplain #getPublicKey() node service key}, and then submits it into Exonum network.
35
35
* This node does <em>not</em> execute the transaction immediately, but broadcasts it to all
36
36
* the nodes in the network. Then each node verifies the transaction and, if it is correct,
37
-
* adds it to the <a href="https://exonum.com/doc/version/0.12/advanced/consensus/specification/#pool-of-unconfirmed-transactions">pool of unconfirmed transactions</a>.
37
+
* adds it to the <a href="https://exonum.com/doc/version/0.13-rc.2/advanced/consensus/specification/#pool-of-unconfirmed-transactions">pool of unconfirmed transactions</a>.
38
38
* The transaction is executed later asynchronously.
39
39
*
40
40
* <p>Incorrect transactions (e.g., the payload of which cannot be deserialized by the target
0 commit comments