Skip to content

Commit 848f8dd

Browse files
committed
Improve metadata fetch tool
1 parent e95e389 commit 848f8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cardano-db-sync/app/http-get-json-metadata.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ runHttpGetVote voteUrl mHash vtype =
137137
then putStrLn $ greenText "Success"
138138
else putStrLn $ orangeText ("Warning: This should be 'application/json'\nContent-type: " ++ BSC.unpack ct)
139139
Text.putStrLn $ sovaJson spod
140+
print $ sovaOffChainVoteData spod
140141

141142
runGetVote :: Text.Text -> Maybe VoteMetaHash -> DB.AnchorType -> IO ()
142143
runGetVote file mExpectedHash vtype = do

0 commit comments

Comments
 (0)