You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lnduses a --[chain].[network] flag to determine which chain/network is active.
lncli uses --chain and --network flags to do the same.
I think it might preferable if we follow the format of lncli rather than lnd since this tool is a cli for issuing one-shot commands, rather than spawning a persistent process, and I suspect that most users are more familiar with the lncli runtime options than the lnd startup flags.
The text was updated successfully, but these errors were encountered:
lnd
uses a--[chain].[network]
flag to determine which chain/network is active.lncli
uses--chain
and--network
flags to do the same.I think it might preferable if we follow the format of
lncli
rather thanlnd
since this tool is a cli for issuing one-shot commands, rather than spawning a persistent process, and I suspect that most users are more familiar with thelncli
runtime options than thelnd
startup flags.The text was updated successfully, but these errors were encountered: