File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ changes.
1414
1515- Add share DRep button to every DRep instead of only our own [ Issue 2686] ( https://github.com/IntersectMBO/govtool/issues/2686 )
1616- Show metadata anchor in Governance Action Details [ Issue 2178] ( https://github.com/IntersectMBO/govtool/issues/2178 )
17+ - Handle unexpected drep info query result [ Issue 2676] ( https://github.com/IntersectMBO/govtool/issues/2676 )
1718
1819### Fixed
1920
Original file line number Diff line number Diff line change @@ -199,3 +199,4 @@ getDRepInfo drepId = withPool $ \conn -> do
199199 , dRepInfoImageHash = imageHash
200200 }
201201 [] -> return $ DRepInfo False False False False False Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing Nothing
202+ _ -> error " Unexpected result from database query in getDRepInfo"
You can’t perform that action at this time.
0 commit comments