mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 17:42:37 +02:00
rpc: add missing HelpExampleRpc for getblockfilter
This commit is contained in:
parent
5bf45fe2a9
commit
d18bf0c0b0
@ -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 New Issue
Block a user