mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
fix Blockchain.scala
This commit is contained in:
parent
6e08d5308a
commit
e475fcaee6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ private[blockchain] trait BaseBlockChain extends SeqWrapper[BlockHeaderDb] {
|
|||
|
||||
override protected lazy val wrapped: Vector[BlockHeaderDb] = headers
|
||||
|
||||
def find(predicate: BlockHeaderDb => Boolean): Option[BlockHeaderDb]
|
||||
// def find(predicate: BlockHeaderDb => Boolean): Option[BlockHeaderDb]
|
||||
|
||||
/** Finds a block header at a given height */
|
||||
def findAtHeight(height: Int): Option[BlockHeaderDb] =
|
||||
|
|
Loading…
Add table
Reference in a new issue