[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / structs / NetworkUpdate.java
index 60d3bfd58f71f93eae85353a03e812ba7110ffee..d03c58f0912b85fb8cfa602ab2a4ec4f11965ef7 100644 (file)
@@ -55,7 +55,7 @@ public class NetworkUpdate extends CommonBase {
        }
        /**
         * An error indicating that a channel failed to route a payment, which should be applied via
-        * [`NetworkGraph::channel_failed`].
+        * [`NetworkGraph::channel_failed_permanent`] if permanent.
         */
        public final static class ChannelFailure extends NetworkUpdate {
                /**
@@ -114,7 +114,7 @@ public class NetworkUpdate extends CommonBase {
        /**
         * Utility method to constructs a new ChannelUpdateMessage-variant NetworkUpdate
         */
-       public static NetworkUpdate channel_update_message(ChannelUpdate msg) {
+       public static NetworkUpdate channel_update_message(org.ldk.structs.ChannelUpdate msg) {
                long ret = bindings.NetworkUpdate_channel_update_message(msg == null ? 0 : msg.ptr);
                Reference.reachabilityFence(msg);
                if (ret >= 0 && ret <= 4096) { return null; }
@@ -154,7 +154,7 @@ public class NetworkUpdate extends CommonBase {
         * Checks if two NetworkUpdates contain equal inner contents.
         * This ignores pointers and is_owned flags and looks at the values in fields.
         */
-       public boolean eq(NetworkUpdate b) {
+       public boolean eq(org.ldk.structs.NetworkUpdate b) {
                boolean ret = bindings.NetworkUpdate_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);