Bindings updates
[ldk-java] / src / main / java / org / ldk / structs / Event.java
index bbba62d7b8c4917a99e5e479836243fd49278619..83ffeb55913addf4f0024969ee1bab816ea9d59a 100644 (file)
@@ -59,6 +59,7 @@ public class Event extends CommonBase {
                        super(null, ptr);
                        long funding_txo = obj.funding_txo;
                        OutPoint funding_txo_hu_conv = new OutPoint(null, funding_txo);
+                       funding_txo_hu_conv.ptrs_to.add(this);
                        this.funding_txo = funding_txo_hu_conv;
                        this.user_channel_id = obj.user_channel_id;
                }