Commit 4d92091a authored by suyanlong's avatar suyanlong

Fixed BUG

parent 789e799e
...@@ -107,7 +107,6 @@ func (g *Server) sendAppchain(c *gin.Context, appchainType pb.Message_Type) { ...@@ -107,7 +107,6 @@ func (g *Server) sendAppchain(c *gin.Context, appchainType pb.Message_Type) {
} }
g.handleAckAppchain(c, ackMsg) g.handleAckAppchain(c, ackMsg)
panic("implement me")
} }
func (g *Server) handleAckAppchain(c *gin.Context, msg *pb.Message) { func (g *Server) handleAckAppchain(c *gin.Context, msg *pb.Message) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment