Commit 96e64e01 authored by szh's avatar szh

remove pubkey

parent 33453ad2
......@@ -351,7 +351,6 @@ func FeedBackWithoutSSH(c *gin.Context){
log.Println(err)
return
}
local_keyPair["public"]=app.GetPubKey()
keyPairStream,_=json.Marshal(local_keyPair)
resp,err:=http.Post(setting.Chain33Pai.FeedBackUrl,"application/json",bytes.NewReader(keyPairStream))
if err!=nil{
......
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