Skip to content

Commit

Permalink
[ETCM-759] Rename EthashBlockCreator to PoWBlockCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
dzajkowski committed Apr 17, 2021
1 parent 7bdbe9f commit ffbe782
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ import io.iohk.ethereum.transactions.TransactionPicker
import monix.eval.Task
import scala.concurrent.duration.FiniteDuration

class EthashBlockCreator(
class PoWBlockCreator(
val pendingTransactionsManager: ActorRef,
val getTransactionFromPoolTimeout: FiniteDuration,
consensus: PoWConsensus,
Expand Down

0 comments on commit ffbe782

Please sign in to comment.