We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b0c05 commit 47421f1Copy full SHA for 47421f1
cardano-db-sync/app/http-get-json-metadata.hs
@@ -45,7 +45,7 @@ main = do
45
Right bs -> bs
46
47
cleanOpt :: [String] -> [String]
48
- cleanOpt ls = List.delete "ga" $ List.delete "vote" $ List.delete "pool" ls
+ cleanOpt ls = List.delete "ga" $ List.delete "vote" $ List.delete "drep" $ List.delete "pool" ls
49
50
getVoteType :: [String] -> Maybe OffChainVoteType
51
getVoteType ls
0 commit comments