mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 19:55:51 +00:00
Context: Remove a dangling bracket in JavaDoc.
This commit is contained in:
parent
a2e2a3a5ae
commit
3e91372c42
@ -66,7 +66,7 @@ public class Context {
|
||||
* Creates a new custom context object. This is mainly meant for unit tests for now.
|
||||
*
|
||||
* @param params The network parameters that will be associated with this context.
|
||||
* @param eventHorizon Number of blocks after which the library will delete data and be unable to always process reorgs (see {@link #getEventHorizon()}.
|
||||
* @param eventHorizon Number of blocks after which the library will delete data and be unable to always process reorgs. See {@link #getEventHorizon()}.
|
||||
* @param feePerKb The default fee per 1000 bytes of transaction data to pay when completing transactions. For details, see {@link SendRequest#feePerKb}.
|
||||
* @param ensureMinRequiredFee Whether to ensure the minimum required fee by default when completing transactions. For details, see {@link SendRequest#ensureMinRequiredFee}.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user