Update sql backend symbol name, deps

This commit is contained in:
nolash
2021-04-15 18:04:47 +02:00
parent a8529ae2ef
commit 22ec8e2e0e
11 changed files with 28 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ from hexathon import (
strip_0x,
add_0x,
)
from chainsyncer.backend import MemBackend
from chainsyncer.backend.memory import MemBackend
from chainsyncer.driver import HeadSyncer
from chainlib.eth.connection import EthHTTPConnection
from chainlib.eth.block import (