File tree 1 file changed +2
-2
lines changed
cardano-db-sync/src/Cardano/DbSync
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ handleEpochWhenFollowing ::
113
113
ReaderT SqlBackend m (Either SyncNodeError () )
114
114
handleEpochWhenFollowing syncEnv cache newestEpochFromMap epochBlockDiffCache epochNo = do
115
115
case newestEpochFromMap of
116
- Just newestEpochFromMapache -> do
116
+ Just newestEpochFromMapCache -> do
117
117
case epochBlockDiffCache of
118
118
Nothing -> noCacheUseDB
119
- Just currentEpCache -> makeEpochWithCacheWhenFollowing syncEnv cache newestEpochFromMapache currentEpCache epochNo
119
+ Just currentEpCache -> makeEpochWithCacheWhenFollowing syncEnv cache newestEpochFromMapCache currentEpCache epochNo
120
120
121
121
-- If there isn't an epoch in cache, let's see if we can get one from the db. Otherwise
122
122
-- calculate the epoch using the expensive db query.
You can’t perform that action at this time.
0 commit comments