Skip to content

Commit

Permalink
Fixed help for getnotifications
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Aug 15, 2022
1 parent c26ddf0 commit 29164ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketdb/web/PocketContentRpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ namespace PocketWeb::PocketWebRpc
"\nGet all possible notifications for all addresses for concrete block height.\n",
{
{"height", RPCArg::Type::NUM, RPCArg::Optional::NO, "height of block to search in"},
{"filters", RPCArg::Type::ARR, RPCArg::Optional::NO, "type(s) of notifications. If empty or null - search for all types",
{"filters", RPCArg::Type::ARR, RPCArg::Optional::OMITTED_NAMED_ARG, "type(s) of notifications. If empty or null - search for all types",
{
{ShortTxTypeConvertor::toString(ShortTxType::PocketnetTeam), RPCArg::Type::STR, RPCArg::Optional::OMITTED_NAMED_ARG, "Posts from PocketnetTeam acc"},
{ShortTxTypeConvertor::toString(ShortTxType::Money), RPCArg::Type::STR, RPCArg::Optional::OMITTED_NAMED_ARG, "recieved money"},
Expand Down

0 comments on commit 29164ac

Please sign in to comment.