We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5207548 commit 79a6d5eCopy full SHA for 79a6d5e
src/main/scala/io/iohk/ethereum/consensus/ethash/blocks/package.scala
@@ -6,10 +6,10 @@ import io.iohk.ethereum.ledger.BlockPreparationError
6
7
package object blocks {
8
/**
9
- * This is type `X` in `BlockGenerator[X]`.
+ * This is type `X` in `BlockGenerator`.
10
*
11
* @see [[io.iohk.ethereum.consensus.ethash.blocks.EthashBlockGenerator EthashBlockGenerator]],
12
- * [[io.iohk.ethereum.consensus.blocks.BlockGenerator BlockGenerator{ type X} ]]
+ * [[io.iohk.ethereum.consensus.blocks.BlockGenerator.X BlockGenerator{ type X}]]
13
*/
14
final type Ommers = Seq[BlockHeader]
15
0 commit comments