problem: block height cache doesn't evict when old blocks are added

rel: ce010e50
This commit is contained in:
Igor Artamonov
2020-07-20 21:25:31 -04:00
parent ce010e50ce
commit 0d1980ce70
3 changed files with 16 additions and 20 deletions

View File

@@ -104,6 +104,7 @@ dependencies {
implementation 'org.apache.commons:commons-collections4:4.3'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'org.bouncycastle:bcprov-jdk15on:1.61'
implementation 'com.github.ben-manes.caffeine:caffeine:2.8.5'
implementation "org.slf4j:slf4j-api:$slf4jVersion"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.11.1"