[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / UtxoFuture.java
index 139098a3a4df27571db984c0e50d6f97532f42e1..9db9b628eafcbbe66881a23a2de8dc8a53919b1e 100644 (file)
@@ -65,7 +65,7 @@ public class UtxoFuture extends CommonBase {
         * [`PeerManager::process_events`]: crate::ln::peer_handler::PeerManager::process_events
         */
        public void resolve_without_forwarding(org.ldk.structs.NetworkGraph graph, org.ldk.structs.Result_TxOutUtxoLookupErrorZ result) {
-               bindings.UtxoFuture_resolve_without_forwarding(this.ptr, graph == null ? 0 : graph.ptr, result != null ? result.ptr : 0);
+               bindings.UtxoFuture_resolve_without_forwarding(this.ptr, graph.ptr, result.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(graph);
                Reference.reachabilityFence(result);
@@ -86,7 +86,7 @@ public class UtxoFuture extends CommonBase {
         * [`PeerManager::process_events`]: crate::ln::peer_handler::PeerManager::process_events
         */
        public void resolve(org.ldk.structs.NetworkGraph graph, org.ldk.structs.P2PGossipSync gossip, org.ldk.structs.Result_TxOutUtxoLookupErrorZ result) {
-               bindings.UtxoFuture_resolve(this.ptr, graph == null ? 0 : graph.ptr, gossip == null ? 0 : gossip.ptr, result != null ? result.ptr : 0);
+               bindings.UtxoFuture_resolve(this.ptr, graph.ptr, gossip.ptr, result.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(graph);
                Reference.reachabilityFence(gossip);