API config refactor

This commit is contained in:
laisolizq
2020-11-03 11:05:14 +01:00
parent 11dbf67377
commit 2cf41d3707
6 changed files with 107 additions and 83 deletions

View File

@@ -48,10 +48,6 @@ func getState(c *gin.Context) {
}
func getConfig(c *gin.Context) {
c.JSON(http.StatusOK, cg)
}
func getRecommendedFee(c *gin.Context) {
}