diff options
| author | Suhas Daftuar <[email protected]> | 2016-01-04 14:48:22 -0500 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2016-06-09 09:56:27 -0400 |
| commit | 0dfd86956dcd2ac8a2223437e9bbd4f29bd35fce (patch) | |
| tree | 423ec0c784de43ec93d599103a256363aea5a48a /src/rpc/client.cpp | |
| parent | Add getmempoolancestors RPC call (diff) | |
| download | discoin-0dfd86956dcd2ac8a2223437e9bbd4f29bd35fce.tar.xz discoin-0dfd86956dcd2ac8a2223437e9bbd4f29bd35fce.zip | |
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 3dfc27fff..d0675fdb4 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 |