Update bindings to latest upstream + ChannelMonitor_clone patch
[ldk-java] / ts / structs / PeerManager.ts
index cc01f8bda5f4aac6d12abc7f591627bef5b92734..b6fd014f144ef817e64c9702c89958ee03d11cdb 100644 (file)
@@ -74,8 +74,8 @@ import * as bindings from '../bindings' // TODO: figure out location
                bindings.PeerManager_disconnect_by_node_id(this.ptr, node_id, no_connection_possible);
        }
 
-       public void timer_tick_occured() {
-               bindings.PeerManager_timer_tick_occured(this.ptr);
+       public void timer_tick_occurred() {
+               bindings.PeerManager_timer_tick_occurred(this.ptr);
        }
 
 }