[Java] Update auto-generated Java bindings for 0.0.108
[ldk-java] / src / main / java / org / ldk / structs / TwoTuple_OutPointScriptZ.java
index 28bde7bb50f6d96a8e38dfae2df6d3a8037080a2..1f65d4f209acb064928677341b3b160a10aba1fa 100644 (file)
@@ -27,7 +27,7 @@ public class TwoTuple_OutPointScriptZ extends CommonBase {
                long ret = bindings.C2Tuple_OutPointScriptZ_get_a(this.ptr);
                Reference.reachabilityFence(this);
                if (ret >= 0 && ret <= 4096) { return null; }
-               OutPoint ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new OutPoint(null, ret); }
+               org.ldk.structs.OutPoint ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.OutPoint(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }