Skip to content

Commit

Permalink
Merge pull request #70 from DeFiCh/fix_getgov_api
Browse files Browse the repository at this point in the history
Fix call getgov API from defi-cli always fail
  • Loading branch information
monstrobishi authored Oct 20, 2020
2 parents d2ca1b3 + 02ec3f8 commit 01dc934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ static const CRPCConvertParam vRPCConvertParams[] =

{ "setgov", 0, "variables" },
{ "setgov", 1, "inputs" },
{ "getgov", 0, "name" },
};
// clang-format on

Expand Down

0 comments on commit 01dc934

Please sign in to comment.