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 e95e389 commit 848f8ddCopy full SHA for 848f8dd
cardano-db-sync/app/http-get-json-metadata.hs
@@ -137,6 +137,7 @@ runHttpGetVote voteUrl mHash vtype =
137
then putStrLn $ greenText "Success"
138
else putStrLn $ orangeText ("Warning: This should be 'application/json'\nContent-type: " ++ BSC.unpack ct)
139
Text.putStrLn $ sovaJson spod
140
+ print $ sovaOffChainVoteData spod
141
142
runGetVote :: Text.Text -> Maybe VoteMetaHash -> DB.AnchorType -> IO ()
143
runGetVote file mExpectedHash vtype = do
0 commit comments