Update chainsyncer

This commit is contained in:
nolash 2021-04-10 00:34:12 +02:00
parent 2e687114af
commit 8b549ebea2
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import argparse
# external imports
import confini
from chainsyncer.backend import MemBackend
from chainsyncer.backend.memory import MemBackend
from chainsyncer.driver import (
HeadSyncer,
HistorySyncer,

View File

@ -1,3 +1,3 @@
chainsyncer~=0.0.1a22
chainsyncer~=0.0.2a1
chainlib~=0.0.2a6
jsonrpc_std~=0.0.1a2