Commit c8e83a73 authored by linj's avatar linj

fix query func name

parent 895eb1d6
......@@ -261,7 +261,7 @@ func queryWithdraw(cmd *cobra.Command, args []string) {
param := &rpctypes.Query4Jrpc{
Execer: getRealExecName(paraName, pty.UnfreezeX),
FuncName: "QueryWithdraw",
FuncName: "GetUnfreezeWithdraw",
Payload: types.MustPBToJSON(&types.ReqString{Data: id}),
}
var resp pty.ReplyQueryUnfreezeWithdraw
......
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