From 02ec3f86b59bdcf2c989925b6f399ae9aacd958c Mon Sep 17 00:00:00 2001 From: ShengguangXiao Date: Tue, 20 Oct 2020 20:24:08 +0800 Subject: [PATCH] Fix call getgov API from defi-cli always fail --- src/rpc/client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index b6f62425e2..f800c814ce 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -238,7 +238,6 @@ static const CRPCConvertParam vRPCConvertParams[] = { "setgov", 0, "variables" }, { "setgov", 1, "inputs" }, - { "getgov", 0, "name" }, }; // clang-format on