Skip to content
Snippets Groups Projects
Commit 7bd7d908 authored by Jens Nolte's avatar Jens Nolte
Browse files

Use cachePushBlock instead of toCachedBlock

parent 5dae6895
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class IsCachable a where
instance IsCachable PushBlock where
toCachedBlock = cachePushBlock
instance IsCachable PullBlock where
toCachedBlock = toCachedBlock . schedulePullBlock
toCachedBlock = cachePushBlock . schedulePullBlock
instance IsCachable BlockCache where
toCachedBlock = id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment