X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_ScoringParametersDecodeErrorZ.ts;h=ba11e644a04ca151f6f6080f942ec1b57ea2b03b;hb=0fee03a8095f5599f8eccd920c1b1af6b3a20260;hp=742ed89d9b1c07c618bb5c57d01e7cf5a99a65f5;hpb=f3e670e9341decac613d33fc52febf19cea32f20;p=ldk-java diff --git a/ts/structs/Result_ScoringParametersDecodeErrorZ.ts b/ts/structs/Result_ScoringParametersDecodeErrorZ.ts index 742ed89d..ba11e644 100644 --- a/ts/structs/Result_ScoringParametersDecodeErrorZ.ts +++ b/ts/structs/Result_ScoringParametersDecodeErrorZ.ts @@ -37,8 +37,8 @@ public class Result_ScoringParametersDecodeErrorZ extends CommonBase { } } - public static Result_ScoringParametersDecodeErrorZ constructor_ok(number o_base_penalty_msat_arg, number o_failure_penalty_msat_arg, number o_failure_penalty_half_life_arg) { - number ret = bindings.CResult_ScoringParametersDecodeErrorZ_ok(bindings.ScoringParameters_new(o_base_penalty_msat_arg, o_failure_penalty_msat_arg, o_failure_penalty_half_life_arg)); + public static Result_ScoringParametersDecodeErrorZ constructor_ok(number o_base_penalty_msat_arg, number o_failure_penalty_msat_arg, number o_overuse_penalty_start_1024th_arg, number o_overuse_penalty_msat_per_1024th_arg, number o_failure_penalty_half_life_arg) { + number ret = bindings.CResult_ScoringParametersDecodeErrorZ_ok(bindings.ScoringParameters_new(o_base_penalty_msat_arg, o_failure_penalty_msat_arg, o_overuse_penalty_start_1024th_arg, o_overuse_penalty_msat_per_1024th_arg, o_failure_penalty_half_life_arg)); Result_ScoringParametersDecodeErrorZ ret_hu_conv = Result_ScoringParametersDecodeErrorZ.constr_from_ptr(ret); return ret_hu_conv; }