Skip to content

Commit 59f8e14

Browse files
update docs
1 parent 06f8c59 commit 59f8e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-spv-ffi/FFI_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ dash_spv_ffi_client_cancel_sync(client: *mut FFIDashSpvClient) -> i32
636636
```
637637
638638
**Description:**
639-
Cancels the sync operation. **Note**: This function currently only stops the SPV client and clears sync callbacks, but does not fully abort the ongoing sync process. The sync operation may continue running in the background until it completes naturally. Full sync cancellation with proper task abortion is not yet implemented. # Safety The client pointer must be valid and non-null. # Returns Returns 0 on success, or an error code on failure.
639+
Cancels the sync operation. This stops the SPV client, clears callbacks, and joins active threads so the sync operation halts immediately. # Safety The client pointer must be valid and non-null. # Returns Returns 0 on success, or an error code on failure.
640640
641641
**Safety:**
642642
The client pointer must be valid and non-null.

0 commit comments

Comments
 (0)