mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
7e4914b73e
commit
8bc8ddf564
|
@ -203,6 +203,7 @@ mkAdapter :: forall e m . ( m ~ PeerM e IO
|
||||||
, Sessions e (BlockChunks e) (ResponseM e m)
|
, Sessions e (BlockChunks e) (ResponseM e m)
|
||||||
, EventEmitter e (BlockChunks e) m
|
, EventEmitter e (BlockChunks e) m
|
||||||
, Pretty (Peer e)
|
, Pretty (Peer e)
|
||||||
|
, Block ByteString ~ ByteString
|
||||||
)
|
)
|
||||||
=> ChunkWriter HbSync IO -> m (BlockChunksI e (ResponseM e m ))
|
=> ChunkWriter HbSync IO -> m (BlockChunksI e (ResponseM e m ))
|
||||||
mkAdapter cww = do
|
mkAdapter cww = do
|
||||||
|
|
Loading…
Reference in New Issue