mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
[RPC] add setban/listbanned/clearbanned RPC commands
This commit is contained in:
parent
2252fb91cd
commit
d930b26a26
4 changed files with 96 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "estimatepriority", 0 },
|
||||
{ "prioritisetransaction", 1 },
|
||||
{ "prioritisetransaction", 2 },
|
||||
{ "setban", 2 },
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue