Fix syncer memotry backend typo

This commit is contained in:
nolash
2021-04-16 23:49:38 +02:00
parent 5177945a7d
commit dc17cec2d2

View File

@@ -22,7 +22,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.chain import ChainSpec
from chainlib.eth.connection import EthHTTPConnection