mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 17:52:28 +02:00
multi: mark bimodal estimator experimental
This commit is contained in:
@@ -65,7 +65,8 @@ var setCfgCommand = cli.Command{
|
||||
cli.StringFlag{
|
||||
Name: "estimator",
|
||||
Usage: "the probability estimator to use, choose " +
|
||||
"between 'apriori' or 'bimodal'",
|
||||
"between 'apriori' or 'bimodal' (bimodal is " +
|
||||
"experimental)",
|
||||
},
|
||||
// Apriori config.
|
||||
cli.DurationFlag{
|
||||
|
Reference in New Issue
Block a user