File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
core/src/main/java/com/exonum/binding/transaction Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
29
29
30
30
### Fixed
31
31
- The default [ ` Transaction#info ` ] [ tx-info-07 ] implementation causing an error on ` transaction `
32
- request. It is modified to return an empty object (no info) by default. (#904 )
32
+ request. It is modified to return an empty object by default (no info in ` content.debug ` field
33
+ of the response to ` transaction ` ). (#904 )
33
34
34
35
[ tx-info-07 ] : https://exonum.com/doc/api/java-binding-core/0.7.0/com/exonum/binding/transaction/Transaction.html#info()
35
36
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public interface Transaction {
44
44
* Returns the information about this transaction in JSON format.
45
45
* For example, it is included in the blockchain explorer response to
46
46
* 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' .
48
48
*
49
49
* <p>By default, no information is provided. If needed, it can be easily implemented
50
50
* with {@linkplain com.exonum.binding.common.serialization.json.JsonSerializer Gson}:
You can’t perform that action at this time.
0 commit comments