We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3c8ea commit c95c616Copy full SHA for c95c616
src/rpc/net.cpp
@@ -749,9 +749,9 @@ static RPCHelpMan listbanned()
749
{
750
{RPCResult::Type::OBJ, "", "",
751
752
- {RPCResult::Type::STR, "address", ""},
753
- {RPCResult::Type::NUM_TIME, "ban_created", ""},
754
- {RPCResult::Type::NUM_TIME, "banned_until", ""},
+ {RPCResult::Type::STR, "address", "The IP/Subnet of the banned node"},
+ {RPCResult::Type::NUM_TIME, "ban_created", "The " + UNIX_EPOCH_TIME + " the ban was created"},
+ {RPCResult::Type::NUM_TIME, "banned_until", "The " + UNIX_EPOCH_TIME + " the ban expires"},
755
}},
756
757
RPCExamples{
0 commit comments