mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -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"},
|
||||
}},
|
||||
RPCExamples{
|
||||
HelpExampleCli("getblockfilter", "\"00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09\" \"basic\"")
|
||||
HelpExampleCli("getblockfilter", "\"00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09\" \"basic\"") +
|
||||
HelpExampleRpc("getblockfilter", "\"00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09\", \"basic\"")
|
||||
}
|
||||
}.Check(request);
|
||||
|
||||
|
|
Loading…
Reference in a new issue