diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-01-19 19:59:19 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-01-19 19:59:24 +0100 |
| commit | 2ef52d3cf11bd3b1117da8a7affcf9fcfd133767 (patch) | |
| tree | fc1634d32639bde0be2883125fd22adbb5511394 /src/rpc/client.cpp | |
| parent | Merge #9498: Basic CCheckQueue Benchmarks (diff) | |
| parent | [RPC] bumpfee (diff) | |
| download | discoin-2ef52d3cf11bd3b1117da8a7affcf9fcfd133767.tar.xz discoin-2ef52d3cf11bd3b1117da8a7affcf9fcfd133767.zip | |
Merge #8456: [RPC] Simplified bumpfee command.
cc0243a [RPC] bumpfee (mrbandrews)
52dde66 [wallet] Add include_unsafe argument to listunspent RPC (Russell Yanofsky)
766e8a4 [wallet] Add IsAllFromMe: true if all inputs are from wallet (Suhas Daftuar)
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 5d3c45845..5bdd84e55 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -117,6 +117,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "setnetworkactive", 0, "state" }, { "getmempoolancestors", 1, "verbose" }, { "getmempooldescendants", 1, "verbose" }, + { "bumpfee", 1, "options" }, // Echo with conversion (For testing only) { "echojson", 0, "arg0" }, { "echojson", 1, "arg1" }, |