Enable Cosmos endpoints on rest-server command (#162)

This commit is contained in:
Austin Abell
2019-12-20 19:47:02 +10:00
committed by GitHub
parent a4d88188bc
commit b98685c46b
2 changed files with 13 additions and 4 deletions
+1 -2
View File
@@ -60,8 +60,7 @@ func main() {
client.ConfigCmd(emintapp.DefaultCLIHome),
queryCmd(cdc),
txCmd(cdc),
// TODO: Set up rest routes (if included, different from web3 api)
rpc.Web3RpcCmd(cdc),
rpc.EmintServeCmd(cdc),
client.LineBreak,
keyCommands(),
client.LineBreak,