Commit 28c0d009 authored by sanghg's avatar sanghg Committed by vipwzw

修复隐私合约中golint的警告

修复autotest的错误
parent 0d82c6aa
......@@ -726,7 +726,7 @@ func enablePrivacy(cmd *cobra.Command, args []string) {
}
var res pty.RepEnablePrivacy
ctx := jsonclient.NewRpcCtx(rpcLaddr, "privacy.enablePrivacy", params, &res)
ctx := jsonclient.NewRpcCtx(rpcLaddr, "privacy.EnablePrivacy", params, &res)
ctx.SetResultCb(parseEnablePrivacy)
ctx.Run()
}
......
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