mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add getmempooldescendants RPC call
This commit is contained in:
parent
8f7b5dc4af
commit
0dfd86956d
2 changed files with 67 additions and 1 deletions
|
|
@ -103,6 +103,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "setban", 2 },
|
||||
{ "setban", 3 },
|
||||
{ "getmempoolancestors", 1 },
|
||||
{ "getmempooldescendants", 1 },
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue