Update bindings to latest upstream + ChannelMonitor_clone patch
[ldk-java] / src / main / java / org / ldk / structs / PeerManager.java
index 4a73a3a6918824d21370bbc89fd1e031220f124f..103419111aa1df44eff4bc53194b4c0de90a8294 100644 (file)
@@ -169,8 +169,8 @@ public class PeerManager extends CommonBase {
         * It will send pings to each peer and disconnect those which did not respond to the last round of pings.
         * Will most likely call send_data on all of the registered descriptors, thus, be very careful with reentrancy issues!
         */
-       public void timer_tick_occured() {
-               bindings.PeerManager_timer_tick_occured(this.ptr);
+       public void timer_tick_occurred() {
+               bindings.PeerManager_timer_tick_occurred(this.ptr);
        }
 
 }