rpc: remove extended fitler from help

This commit is contained in:
Olaoluwa Osuntokun 2018-05-30 20:54:34 -07:00
parent 66d632f32e
commit 942116c5ae
No known key found for this signature in database
GPG key ID: 964EA263DD637C21

View file

@ -334,13 +334,13 @@ var helpDescsEnUS = map[string]string{
// GetCFilterCmd help.
"getcfilter--synopsis": "Returns a block's committed filter given its hash.",
"getcfilter-filtertype": "The type of filter to return (0=regular, 1=extended)",
"getcfilter-filtertype": "The type of filter to return (0=regular)",
"getcfilter-hash": "The hash of the block",
"getcfilter--result0": "The block's committed filter",
// GetCFilterHeaderCmd help.
"getcfilterheader--synopsis": "Returns a block's compact filter header given its hash.",
"getcfilterheader-filtertype": "The type of filter header to return (0=regular, 1=extended)",
"getcfilterheader-filtertype": "The type of filter header to return (0=regular)",
"getcfilterheader-hash": "The hash of the block",
"getcfilterheader--result0": "The block's gcs filter header",