[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.java
index f9c41bf68c916252d5c8e96655615532ea38b5d0..fb0341ec4d6efa0f18466cc05162fd1d61585b49 100644 (file)
@@ -79,7 +79,7 @@ public class ThreeTuple_OnionMessageContentsDestinationBlindedPathZ extends Comm
         * Creates a new C3Tuple_OnionMessageContentsDestinationBlindedPathZ from the contained elements.
         */
        public static ThreeTuple_OnionMessageContentsDestinationBlindedPathZ of(org.ldk.structs.OnionMessageContents a, org.ldk.structs.Destination b, org.ldk.structs.BlindedPath c) {
-               long ret = bindings.C3Tuple_OnionMessageContentsDestinationBlindedPathZ_new(a.ptr, b.ptr, c == null ? 0 : c.ptr);
+               long ret = bindings.C3Tuple_OnionMessageContentsDestinationBlindedPathZ_new(a.ptr, b.ptr, c.ptr);
                Reference.reachabilityFence(a);
                Reference.reachabilityFence(b);
                Reference.reachabilityFence(c);