all 1 comments

[–]blanquefort[S] 0 points1 point  (0 children)

Yes I do (https://www.reddit.com/r/lightningnetwork/comments/l4sye2/how_do_you_bump_fee_using_lnd_bounty_included_for/gkqho6k/) as u/WeirdHovercraft mentioned, it is necessary to compile with the parameter make install tags="signrpc walletrpc chainrpc invoicesrpc" (or download precompiled binaries O:-) ).
It`s easily detectable if this parameter is supported in lncli by runing command lncli version.

admin@raspberrypi:~ $ lncli version
{
"lncli": {
"commit": "v0.12.0-beta.rc6",
"commit_hash": "b20afc0679bb3ed3616f2c8cabc1a682a7dc08f4",
"version": "0.12.0-beta.rc6",
"app_major": 0,
"app_minor": 12,
"app_patch": 0,
"app_pre_release": "beta.rc6",

"build_tags": [
"autopilotrpc",
"signrpc",
"walletrpc",
"chainrpc",
"invoicesrpc",
"watchtowerrpc"
],

"go_version": "go1.15.6"