add header

This commit is contained in:
Federico Kunze 2018-10-12 19:12:57 -07:00
parent b6a9457bf4
commit b1109180ca
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ func queryDepositsHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.Ha
return
}
w.Header().Set("Content-Type", "application/json")
w.Write(res)
}
}