mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
RPC: fix generatetoaddress failing to parse address and add unit test
This commit is contained in:
@@ -30,7 +30,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "generate", 0 },
|
||||
{ "generate", 1 },
|
||||
{ "generatetoaddress", 0 },
|
||||
{ "generatetoaddress", 1 },
|
||||
{ "generatetoaddress", 2 },
|
||||
{ "getnetworkhashps", 0 },
|
||||
{ "getnetworkhashps", 1 },
|
||||
|
||||
Reference in New Issue
Block a user