diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index ac492e9cb..1c2f40de7 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -37,6 +37,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "sendtoaddress", 5 }, { "sendtoaddress", 6 }, { "instantsendtoaddress", 1 }, + { "instantsendtoaddress", 4 }, { "settxfee", 0 }, { "getreceivedbyaddress", 1 }, { "getreceivedbyaccount", 1 },