ResponseM monad

This commit is contained in:
Dmitry Zuikov 2023-01-18 07:31:50 +03:00
parent 6e67d1d0ae
commit ac39a3f51d
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ blockSizeProto :: forall e m . ( MonadIO m
blockSizeProto getBlockSize evHasBlock =
\case
GetBlockSize h -> do
debug $ "GetBlockSize" <+> pretty h
-- TODO: STORAGE: seek for block
-- TODO: defer answer (?)
-- TODO: does it really work?