Skip to content

Commit cd7bec2

Browse files
committed
resolve javadoc error
1 parent 760d6ee commit cd7bec2

File tree

1 file changed

+3
-1
lines changed
  • xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/client/fees

1 file changed

+3
-1
lines changed

xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/client/fees/FeeUtils.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ public static ComputedNetworkFees computeNetworkFees(final FeeResult feeResult)
124124
* Calculate a suggested fee to be used for submitting a transaction to the XRPL. The calculated value depends on the
125125
* current size of the job queue as compared to its total capacity.
126126
*
127-
* @param feeResult {@link FeeResult} object obtained by querying the ledger (e.g., via an `XrplClient#fee()` call).
127+
* @param feeResult {@link FeeResult} object obtained by querying the ledger (e.g., via an
128+
* `XrplClient#fee()` call).
129+
* @param numBatchSigners The number of signers in the batch transaction.
128130
*
129131
* @return {@link ComputedNetworkFees} with low, medium and high fee levels to choose from for the transaction.
130132
*

0 commit comments

Comments
 (0)