Skip methods we can't use anyway
[ldk-java] / src / main / java / org / ldk / structs / UnsignedNodeAnnouncement.java
index 828432ec2c6685c23c3f020e83ccb3caf7c8954c..3a20d82091d4118f0690b0b9e23b85fcd3df4e1c 100644 (file)
@@ -21,12 +21,7 @@ public class UnsignedNodeAnnouncement extends CommonBase {
                return ret;
        }
 
-       public void set_features(UnsignedNodeAnnouncement this_ptr, NodeFeatures val) {
-               bindings.UnsignedNodeAnnouncement_set_features(this_ptr == null ? 0 : this_ptr.ptr & ~1, val == null ? 0 : val.ptr & ~1);
-               this.ptrs_to.add(this_ptr);
-               this.ptrs_to.add(val);
-       }
-
+       // Skipped UnsignedNodeAnnouncement_set_features
        public int get_timestamp(UnsignedNodeAnnouncement this_ptr) {
                int ret = bindings.UnsignedNodeAnnouncement_get_timestamp(this_ptr == null ? 0 : this_ptr.ptr & ~1);
                this.ptrs_to.add(this_ptr);