[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / StaticPaymentOutputDescriptor.cs
index 63e6bddfd8ae10f55612c906fcdcc1b9685a75d1..b302baa194002726f4723887ff39f1fb11b176be 100644 (file)
@@ -41,8 +41,6 @@ public class StaticPaymentOutputDescriptor : CommonBase {
 
        /**
         * The output which is referenced by the given outpoint.
-        * 
-        * Returns a copy of the field.
         */
        public TxOut get_output() {
                long ret = bindings.StaticPaymentOutputDescriptor_get_output(this.ptr);
@@ -62,7 +60,7 @@ public class StaticPaymentOutputDescriptor : CommonBase {
        }
 
        /**
-        * Arbitrary identification information returned by a call to [`BaseSign::channel_keys_id`].
+        * Arbitrary identification information returned by a call to [`ChannelSigner::channel_keys_id`].
         * This may be useful in re-deriving keys used in the channel to spend the output.
         */
        public byte[] get_channel_keys_id() {
@@ -72,7 +70,7 @@ public class StaticPaymentOutputDescriptor : CommonBase {
        }
 
        /**
-        * Arbitrary identification information returned by a call to [`BaseSign::channel_keys_id`].
+        * Arbitrary identification information returned by a call to [`ChannelSigner::channel_keys_id`].
         * This may be useful in re-deriving keys used in the channel to spend the output.
         */
        public void set_channel_keys_id(byte[] val) {