File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cardano-db-sync/src/Cardano/DbSync/Era/Shelley/Offline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ parsePoolUrl poolUrl =
156
156
}
157
157
158
158
wrapHttpException :: HttpException -> FetchError
159
- wrapHttpException err = FEUrlParseFail poolUrl (textShow err)
159
+ wrapHttpException err = FEHttpException poolUrl (textShow err)
160
160
161
161
renderFetchError :: FetchError -> Text
162
162
renderFetchError fe =
@@ -176,7 +176,7 @@ renderFetchError fe =
176
176
[" Offline pool data when fetching metadata from " , url, " exceeded 512 bytes." ]
177
177
FEUrlParseFail (PoolUrl url) err ->
178
178
mconcat
179
- [" URL parse error from for " , url, " resulted in : " , err]
179
+ [" URL parse error for " , url, " resulted in : " , err]
180
180
FEJsonDecodeFail (PoolUrl url) err ->
181
181
mconcat
182
182
[" JSON decode error from when fetching metadata from " , url, " resulted in : " , err]
You can’t perform that action at this time.
0 commit comments