Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Oct 17, 2023
1 parent 86b9a6e commit 2267bc7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
public class BftBlockCreatorFactory<T extends BftConfigOptions> {
/** The Forks schedule. */
protected final ForksSchedule<T> forksSchedule;

/** The Mining parameters */
protected final MiningParameters miningParameters;

private final TransactionPool transactionPool;
/** The Protocol context. */
protected final ProtocolContext protocolContext;
Expand Down

0 comments on commit 2267bc7

Please sign in to comment.