diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-19 10:07:46 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-17 21:40:55 +0200 |
commit | d930b26a264ed7eae6ce239f3bfb4ff023df8195 (patch) | |
tree | cb7fbc9f01aac0da47b4ff2c67f8045c576ee4c6 /src/rpcclient.cpp | |
parent | 2252fb91cd19832c8baa63a10aaf7ce32bb400f8 (diff) |
[RPC] add setban/listbanned/clearbanned RPC commands
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index f254da5de0..1cc516e7be 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -93,6 +93,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "estimatepriority", 0 }, { "prioritisetransaction", 1 }, { "prioritisetransaction", 2 }, + { "setban", 2 }, }; class CRPCConvertTable |