Add getmempooldescendants RPC call

This commit is contained in:
Suhas Daftuar
2016-01-04 14:48:22 -05:00
parent 8f7b5dc4af
commit 0dfd86956d
2 changed files with 67 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "setban", 2 },
{ "setban", 3 },
{ "getmempoolancestors", 1 },
{ "getmempooldescendants", 1 },
};
class CRPCConvertTable