added watchdog for Eth head

This commit is contained in:
Maksim Fomenkov
2022-10-07 18:14:42 +03:00
parent cf55c1e861
commit 0aacc09862
5 changed files with 36 additions and 1 deletions

View File

@@ -67,4 +67,9 @@ class EthereumHeadMock implements Head {
Long getCurrentHeight() {
return latest?.height
}
@Override
long getLastUpdateTime() {
return 0
}
}