Page MenuHomePhabricator

rpc: add missing HelpExampleRpc for getblockfilter
ClosedPublic

Authored by PiRK on Jan 8 2021, 23:08.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC611a39715837: rpc: add missing HelpExampleRpc for getblockfilter
Summary

From all RPCs in the "blockchain" category, getblockfilter is the only one where there is only a CLI example present but not a curl RPC example (all other RPCs in this category have either both or none). This PR adds the missing HelpExampleRpc string.

This is a backport of Core PR18396

Test Plan

src/bitcoin-cli help getblockfilter

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable