Update auto-generated bindings
[ldk-java] / ts / structs / ChannelMessageHandler.ts
index 41e892fe341fca0efb1b4a0f102ad02a509990f1..23478b360679ac8f6bf805f1db1c2c4ec433b324 100644 (file)
@@ -172,13 +172,11 @@ import * as bindings from '../bindings' // TODO: figure out location
             }
        public void handle_open_channel(Uint8Array their_node_id, InitFeatures their_features, OpenChannel msg) {
                bindings.ChannelMessageHandler_handle_open_channel(this.ptr, their_node_id, their_features == null ? 0 : their_features.ptr & ~1, msg == null ? 0 : msg.ptr & ~1);
-               this.ptrs_to.add(their_features);
                this.ptrs_to.add(msg);
        }
 
        public void handle_accept_channel(Uint8Array their_node_id, InitFeatures their_features, AcceptChannel msg) {
                bindings.ChannelMessageHandler_handle_accept_channel(this.ptr, their_node_id, their_features == null ? 0 : their_features.ptr & ~1, msg == null ? 0 : msg.ptr & ~1);
-               this.ptrs_to.add(their_features);
                this.ptrs_to.add(msg);
        }