diff options
| author | Suhas Daftuar <[email protected]> | 2016-01-04 13:58:59 -0500 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2016-05-17 13:12:11 -0400 |
| commit | 8f7b5dc4afb28e38ce0223339b8ce77aa0a47845 (patch) | |
| tree | a3fc8ea721d6c90a64be2e54ead5f011deb79b14 /src/rpc/client.cpp | |
| parent | Refactor logic for converting mempool entries to JSON (diff) | |
| download | discoin-8f7b5dc4afb28e38ce0223339b8ce77aa0a47845.tar.xz discoin-8f7b5dc4afb28e38ce0223339b8ce77aa0a47845.zip | |
Add getmempoolancestors 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 c89af6bfa..3dfc27fff 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -102,6 +102,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "prioritisetransaction", 2 }, { "setban", 2 }, { "setban", 3 }, + { "getmempoolancestors", 1 }, }; class CRPCConvertTable |