Skip to content

Commit 1d57b44

Browse files
author
Aurélien Richez
committed
fix warnings
1 parent 78f2869 commit 1d57b44

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/main/scala/io/iohk/ethereum/domain/Blockchain.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ class BlockchainImpl(
176176
log.debug(s"Trying to remove block ${block.idTag}")
177177

178178
val txList = block.body.transactionList
179-
val bestBlockNumber = blockchainReader.getBestBlockNumber()
180179
val latestCheckpointNumber = getLatestCheckpointBlockNumber()
181180

182181
val blockNumberMappingUpdates =

src/test/scala/io/iohk/ethereum/blockchain/sync/EphemBlockchainTestSetup.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.iohk.ethereum.blockchain.sync
22

3-
import io.iohk.ethereum.Fixtures
43
import io.iohk.ethereum.db.components.EphemDataSourceComponent
54
import io.iohk.ethereum.db.components.Storages
65
import io.iohk.ethereum.db.storage.pruning.ArchivePruning

src/test/scala/io/iohk/ethereum/consensus/ConsensusSpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import io.iohk.ethereum.consensus.validators.BlockHeaderError.HeaderParentNotFou
2222
import io.iohk.ethereum.consensus.validators._
2323
import io.iohk.ethereum.db.storage.MptStorage
2424
import io.iohk.ethereum.domain._
25-
import io.iohk.ethereum.domain.appstate.BestBlockInfo
2625
import io.iohk.ethereum.ledger.BlockData
2726
import io.iohk.ethereum.ledger.BlockExecution
2827
import io.iohk.ethereum.ledger.BlockQueue.Leaf

0 commit comments

Comments
 (0)