Skip to content

Commit c87e94c

Browse files
Add the actual JSON path where Transaction#info is put.
1 parent 0a4a445 commit c87e94c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

exonum-java-binding/core/src/main/java/com/exonum/binding/transaction/Transaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public interface Transaction {
4444
* Returns the information about this transaction in JSON format.
4545
* For example, it is included in the blockchain explorer response to
4646
* a <a href="https://exonum.com/doc/version/0.11/advanced/node-management/#transaction">
47-
* transaction</a> request.
47+
* transaction</a> request as 'content.debug'.
4848
*
4949
* <p>By default, no information is provided. If needed, it can be easily implemented
5050
* with {@linkplain com.exonum.binding.common.serialization.json.JsonSerializer Gson}:

0 commit comments

Comments
 (0)