Skip to content

Commit

Permalink
rpc: Convert checkkernel arguments from JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Feb 15, 2024
1 parent a1b331f commit 1b7345b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "echojson", 9, "arg9" },
{ "rescanblockchain", 0, "start_height"},
{ "rescanblockchain", 1, "stop_height"},
{ "checkkernel", 0, "inputs" },
{ "checkkernel", 1, "createblocktemplate" },
{ "createwallet", 1, "disable_private_keys"},
{ "createwallet", 2, "blank"},
{ "createwallet", 4, "avoid_reuse"},
Expand Down

0 comments on commit 1b7345b

Please sign in to comment.