Make 'maxHeightQuery' vals inside of BlockHeaderDAO, CompactFilterHeaderDAO, CompactFilterDAO (#1325)

This commit is contained in:
Chris Stewart 2020-04-09 14:56:45 -05:00 committed by GitHub
parent 27dbefd2af
commit efaf457d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -191,7 +191,7 @@ case class BlockHeaderDAO()(
result
}
private def maxHeightQuery: SQLiteProfile.ProfileAction[
private val maxHeightQuery: SQLiteProfile.ProfileAction[
Int,
NoStream,
Effect.Read] = {

View file

@ -64,7 +64,7 @@ case class CompactFilterDAO()(
result
}
private def maxHeightQuery: SQLiteProfile.ProfileAction[
private val maxHeightQuery: SQLiteProfile.ProfileAction[
Int,
NoStream,
Effect.Read] = {

View file

@ -76,7 +76,7 @@ case class CompactFilterHeaderDAO()(
result
}
private def maxHeightQuery: SQLiteProfile.ProfileAction[
private val maxHeightQuery: SQLiteProfile.ProfileAction[
Int,
NoStream,
Effect.Read] = {