Commit 895c0eb4 authored by ligaishun's avatar ligaishun

Update process.go

parent 057118fe
...@@ -74,7 +74,7 @@ func getProcessInfo(keyfile string)string{ ...@@ -74,7 +74,7 @@ func getProcessInfo(keyfile string)string{
head.Stdout = &buffer_res head.Stdout = &buffer_res
head.Start() head.Start()
head.Wait() head.Wait()
return buffer_res.String() return strings.Replace(buffer_res.String(), "\n", "", -1)
} }
func getWalletInfo()error{ func getWalletInfo()error{
......
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