Browse Source

The first parameter of getblockheaderbyheight is integer.

wsl
Jianping Wu 5 years ago
parent
commit
f333314e52
  1. 1
      src/rpc/client.cpp

1
src/rpc/client.cpp

@ -143,6 +143,7 @@ static const CRPCConvertParam vRPCConvertParams[] = @@ -143,6 +143,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "echojson", 9, "arg9" },
{ "rescanblockchain", 0, "start_height"},
{ "rescanblockchain", 1, "stop_height"},
{ "getblockheaderbyheight", 0, "height"},
};
class CRPCConvertTable

Loading…
Cancel
Save