X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FNetAddress.java;h=73f5bc325d6491b63c0adc7853217fe9a9314afc;hp=55851a719da1f30dbd880d2a3029acec047abfe2;hb=ff3dacec3be60f870d81f6df11bd9fff92aa6047;hpb=1ef2dc8b8a3e0e244ad82ac08e286df489eca4b7 diff --git a/src/main/java/org/ldk/structs/NetAddress.java b/src/main/java/org/ldk/structs/NetAddress.java index 55851a71..73f5bc32 100644 --- a/src/main/java/org/ldk/structs/NetAddress.java +++ b/src/main/java/org/ldk/structs/NetAddress.java @@ -128,7 +128,7 @@ public class NetAddress extends CommonBase { long ret = bindings.NetAddress_clone(this.ptr); Reference.reachabilityFence(this); if (ret >= 0 && ret <= 4096) { return null; } - NetAddress ret_hu_conv = NetAddress.constr_from_ptr(ret); + org.ldk.structs.NetAddress ret_hu_conv = org.ldk.structs.NetAddress.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(this); return ret_hu_conv; } @@ -141,7 +141,7 @@ public class NetAddress extends CommonBase { Reference.reachabilityFence(addr); Reference.reachabilityFence(port); if (ret >= 0 && ret <= 4096) { return null; } - NetAddress ret_hu_conv = NetAddress.constr_from_ptr(ret); + org.ldk.structs.NetAddress ret_hu_conv = org.ldk.structs.NetAddress.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; } @@ -154,7 +154,7 @@ public class NetAddress extends CommonBase { Reference.reachabilityFence(addr); Reference.reachabilityFence(port); if (ret >= 0 && ret <= 4096) { return null; } - NetAddress ret_hu_conv = NetAddress.constr_from_ptr(ret); + org.ldk.structs.NetAddress ret_hu_conv = org.ldk.structs.NetAddress.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; } @@ -166,7 +166,7 @@ public class NetAddress extends CommonBase { long ret = bindings.NetAddress_onion_v2(InternalUtils.check_arr_len(a, 12)); Reference.reachabilityFence(a); if (ret >= 0 && ret <= 4096) { return null; } - NetAddress ret_hu_conv = NetAddress.constr_from_ptr(ret); + org.ldk.structs.NetAddress ret_hu_conv = org.ldk.structs.NetAddress.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; } @@ -181,7 +181,7 @@ public class NetAddress extends CommonBase { Reference.reachabilityFence(version); Reference.reachabilityFence(port); if (ret >= 0 && ret <= 4096) { return null; } - NetAddress ret_hu_conv = NetAddress.constr_from_ptr(ret); + org.ldk.structs.NetAddress ret_hu_conv = org.ldk.structs.NetAddress.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; }