Skip to content

Commit 1e08755

Browse files
authored
docs: Reflow docstring in TransactionResponse.h (#1260)
Signed-off-by: freya-docs <freya.docs.pp@gmail.com>
1 parent ba83974 commit 1e08755

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/sdk/main/include/TransactionResponse.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,11 @@ class TransactionResponse
7878

7979
/**
8080
* Construct a TransactionReceiptQuery for this TransactionResponse's corresponding Transaction.
81-
* When a non-null Client is provided and its failover flag is
82-
* enabled, the query will target the submitting node first, then
83-
* other eligible nodes in deterministic order.
81+
* When a non-null Client is provided and its failover flag is enabled, the query will target the submitting node
82+
* first, then other eligible nodes in deterministic order.
8483
*
85-
* @param client Optional pointer to the Client. When null or
86-
* failover is disabled, the query is pinned to the submitting
87-
* node only.
84+
* @param client Optional pointer to the Client. When null or failover is disabled, the query is pinned to the
85+
* submitting node only.
8886
* @return The constructed TransactionReceiptQuery.
8987
*/
9088
[[nodiscard]] TransactionReceiptQuery getReceiptQuery(const Client* client = nullptr) const;

0 commit comments

Comments
 (0)