diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2016-01-04 14:48:22 -0500 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2016-06-09 09:56:27 -0400 |
commit | 0dfd86956dcd2ac8a2223437e9bbd4f29bd35fce (patch) | |
tree | 423ec0c784de43ec93d599103a256363aea5a48a /src/rpc/client.cpp | |
parent | 8f7b5dc4afb28e38ce0223339b8ce77aa0a47845 (diff) |
Add getmempooldescendants RPC call
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 3dfc27fff7..d0675fdb49 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -103,6 +103,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "setban", 2 }, { "setban", 3 }, { "getmempoolancestors", 1 }, + { "getmempooldescendants", 1 }, }; class CRPCConvertTable |