added watchdog for Eth head
This commit is contained in:
@@ -67,4 +67,9 @@ class EthereumHeadMock implements Head {
|
||||
Long getCurrentHeight() {
|
||||
return latest?.height
|
||||
}
|
||||
|
||||
@Override
|
||||
long getLastUpdateTime() {
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user