We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e15e78 commit c982d13Copy full SHA for c982d13
src/lib.rs
@@ -415,7 +415,7 @@ unsafe extern "C" fn kn_user_data_destroy_wrapper(user_data: *mut c_void) {
415
unsafe extern "C" fn kn_block_tip_wrapper(
416
user_data: *mut c_void,
417
state: btck_SynchronizationState,
418
- entry: *mut btck_BlockTreeEntry,
+ entry: *const btck_BlockTreeEntry,
419
verification_progress: f64,
420
) {
421
let holder = &*(user_data as *mut KernelNotificationInterfaceCallbacks);
0 commit comments