Skip to content

Commit baf5cd0

Browse files
author
Aurélien Richez
committed
remove irrelevant comment
1 parent 08b649e commit baf5cd0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/main/scala/io/iohk/ethereum/domain/branch/BestBlockchainBranch.scala

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ class BestBlockchainBranch(
1717
) extends BlockchainBranch {
1818

1919
/* The following assumptions are made in this class :
20-
* - the whole branch exist in storage
20+
* - The whole branch exist in storage
2121
* - The various metadata and index are consistent
22-
*
23-
* If those assumptions are found to be false, then the application is in an inconsistent
24-
* state and the class will throw.
25-
* */
22+
*/
2623

2724
override def getBlockByNumber(number: BigInt): Option[Block] =
2825
if (tipBlockHeader.number >= number && number >= 0) {

0 commit comments

Comments
 (0)