mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 06:47:54 +01:00
Context: Remove a dangling bracket in JavaDoc.
This commit is contained in:
parent
a2e2a3a5ae
commit
3e91372c42
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue