Skip to content

Commit

Permalink
lint: set correct lookup table name (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored May 4, 2023
1 parent 5f99b3c commit ed60e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "gettokenbalances", 0, "pagination" },
{ "gettokenbalances", 1, "indexed_amounts" },
{ "gettokenbalances", 2, "symbol_lookup" },
{ "gettokenbalances", 3, "eth_lookup" },
{ "gettokenbalances", 3, "include_eth" },
{ "accounttoaccount", 1, "to" },
{ "accounttoaccount", 2, "inputs" },
{ "accounttoutxos", 1, "to" },
Expand Down

0 comments on commit ed60e7e

Please sign in to comment.