Skip to content

Commit c982d13

Browse files
fix block_tip
1 parent 4e15e78 commit c982d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ unsafe extern "C" fn kn_user_data_destroy_wrapper(user_data: *mut c_void) {
415415
unsafe extern "C" fn kn_block_tip_wrapper(
416416
user_data: *mut c_void,
417417
state: btck_SynchronizationState,
418-
entry: *mut btck_BlockTreeEntry,
418+
entry: *const btck_BlockTreeEntry,
419419
verification_progress: f64,
420420
) {
421421
let holder = &*(user_data as *mut KernelNotificationInterfaceCallbacks);

0 commit comments

Comments
 (0)