This commit is contained in:
Dmitry Zuikov 2023-01-22 13:05:26 +03:00
parent 7e4914b73e
commit 8bc8ddf564
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ mkAdapter :: forall e m . ( m ~ PeerM e IO
, Sessions e (BlockChunks e) (ResponseM e m)
, EventEmitter e (BlockChunks e) m
, Pretty (Peer e)
, Block ByteString ~ ByteString
)
=> ChunkWriter HbSync IO -> m (BlockChunksI e (ResponseM e m ))
mkAdapter cww = do