File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments