LND v0.15.5-beta
In my lnd.conf file I have the following lines:
bitcoin.maxlocaldelay=144
bitcoin.defaultremotedelay=144
When I try to open a channel using lncli, I get the following error message:
$ lncli --sat_per_vbyte=1 --remote_csv_delay=144 --node_key=XXXXXXXX --local_amt=1500000 --push_amt=750000
[lncli] rpc error: code = Unknown desc = CSV delay too large: 180, max is 144
Apparently, it bases its CSV delay value on the size of the channel. Is there any way to override that default? None of the settings or parameters I have tried has worked.