mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
rpc: add missing HelpExampleRpc for getblockfilter
This commit is contained in:
parent
5bf45fe2a9
commit
d18bf0c0b0
1 changed files with 2 additions and 1 deletions
|
@ -2178,7 +2178,8 @@ static UniValue getblockfilter(const JSONRPCRequest& request)
|
||||||
{RPCResult::Type::STR_HEX, "header", "the hex-encoded filter header"},
|
{RPCResult::Type::STR_HEX, "header", "the hex-encoded filter header"},
|
||||||
}},
|
}},
|
||||||
RPCExamples{
|
RPCExamples{
|
||||||
HelpExampleCli("getblockfilter", "\"00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09\" \"basic\"")
|
HelpExampleCli("getblockfilter", "\"00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09\" \"basic\"") +
|
||||||
|
HelpExampleRpc("getblockfilter", "\"00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09\", \"basic\"")
|
||||||
}
|
}
|
||||||
}.Check(request);
|
}.Check(request);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue