X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FProbabilisticScoringDecayParameters.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FProbabilisticScoringDecayParameters.cs;h=7f0cfd63863edd1a016aafe209f038c0c0e8ee05;hb=3d1f246d05172683acd3b81836de4e4e9f0c1afd;hp=79d2a6ce4ce21f21e895184c76f47fd2f21205e5;hpb=a32b8843c44637ebd82c83390d17db573b972153;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/ProbabilisticScoringDecayParameters.cs b/c_sharp/src/org/ldk/structs/ProbabilisticScoringDecayParameters.cs index 79d2a6ce..7f0cfd63 100644 --- a/c_sharp/src/org/ldk/structs/ProbabilisticScoringDecayParameters.cs +++ b/c_sharp/src/org/ldk/structs/ProbabilisticScoringDecayParameters.cs @@ -30,7 +30,7 @@ public class ProbabilisticScoringDecayParameters : CommonBase { * * Default value: 14 days * - * [`historical_estimated_channel_liquidity_probabilities`]: ProbabilisticScorerUsingTime::historical_estimated_channel_liquidity_probabilities + * [`historical_estimated_channel_liquidity_probabilities`]: ProbabilisticScorer::historical_estimated_channel_liquidity_probabilities */ public long get_historical_no_updates_half_life() { long ret = bindings.ProbabilisticScoringDecayParameters_get_historical_no_updates_half_life(this.ptr); @@ -49,7 +49,7 @@ public class ProbabilisticScoringDecayParameters : CommonBase { * * Default value: 14 days * - * [`historical_estimated_channel_liquidity_probabilities`]: ProbabilisticScorerUsingTime::historical_estimated_channel_liquidity_probabilities + * [`historical_estimated_channel_liquidity_probabilities`]: ProbabilisticScorer::historical_estimated_channel_liquidity_probabilities */ public void set_historical_no_updates_half_life(long val) { bindings.ProbabilisticScoringDecayParameters_set_historical_no_updates_half_life(this.ptr, val);